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: 90cba8d20f ("tpm/ppi: Constify static struct attribute_group")
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
This commit is contained in:
Jarkko Sakkinen 2021-03-01 23:24:16 +02:00
Родитель d53a6adfb5
Коммит 232a37ea3a
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -278,8 +278,6 @@ static void tpm_devs_release(struct device *dev)
{ {
struct tpm_chip *chip = container_of(dev, struct tpm_chip, devs); struct tpm_chip *chip = container_of(dev, struct tpm_chip, devs);
dump_stack();
/* release the master device reference */ /* release the master device reference */
put_device(&chip->dev); put_device(&chip->dev);
} }