aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
diff options
context:
space:
mode:
authorJarkko Sakkinen <jarkko@kernel.org>2021-03-01 23:24:16 +0200
committerJarkko Sakkinen <jarkko@kernel.org>2021-03-03 17:43:52 +0200
commit232a37ea3aee9cb37bbc154fb1440a66ae4743f4 (patch)
treedd0b3b4010069083cc929a536a503853d76583e0 /drivers/char/tpm
parentd53a6adfb553969809eb2b736a976ebb5146cd95 (diff)
downloadlinux-232a37ea3aee9cb37bbc154fb1440a66ae4743f4.tar.gz
tpm: Remove unintentional dump_stack() call
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>
Diffstat (limited to 'drivers/char/tpm')
-rw-r--r--drivers/char/tpm/tpm-chip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/tpm/tpm-chip.c b/drivers/char/tpm/tpm-chip.c
index 19e23fcc6bc8c..ddaeceb7e1091 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);
}