]> Git Repo - linux.git/commitdiff
tpm: Remove unintentional dump_stack() call
authorJarkko Sakkinen <[email protected]>
Mon, 1 Mar 2021 21:24:16 +0000 (23:24 +0200)
committerJarkko Sakkinen <[email protected]>
Wed, 3 Mar 2021 15:43:52 +0000 (17:43 +0200)
Somewhere along the line, probably during a rebase, an unintentional
dump_stack() got included. Revert this change.

Reported-by: Rikard Falkeborn <[email protected]>
Fixes: 90cba8d20f8b ("tpm/ppi: Constify static struct attribute_group")
Signed-off-by: Jarkko Sakkinen <[email protected]>
drivers/char/tpm/tpm-chip.c

index 19e23fcc6bc8c1bdca3a26ab07333e744ef8451e..ddaeceb7e109105297f6baf53d74138911246fed 100644 (file)
@@ -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);
 }
This page took 0.060785 seconds and 4 git commands to generate.