lkml.org 
[lkml]   [2021]   [Mar]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] tpm: Remove unintentional dump_stack() call
    Date
    Somewhere along the line, probably during a rebase, an unintentional
    dump_stack() got included. Revert this change.

    Reported-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
    Fixes: 90cba8d20f8b ("tpm/ppi: Constify static struct attribute_group")
    Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
    ---
    drivers/char/tpm/tpm-chip.c | 2 --
    1 file changed, 2 deletions(-)

    diff --git a/drivers/char/tpm/tpm-chip.c b/drivers/char/tpm/tpm-chip.c
    index 19e23fcc6bc8..ddaeceb7e109 100644
    --- a/drivers/char/tpm/tpm-chip.c
    +++ b/drivers/char/tpm/tpm-chip.c
    @@ -278,8 +278,6 @@ static void tpm_devs_release(struct device *dev)
    {
    struct tpm_chip *chip = container_of(dev, struct tpm_chip, devs);

    - dump_stack();
    -
    /* release the master device reference */
    put_device(&chip->dev);
    }
    --
    2.30.1
    \
     
     \ /
      Last update: 2021-03-02 15:10    [W:3.318 / U:0.192 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site