tpm: Remove unintentional dump_stack() call
authorJarkko Sakkinen <jarkko@kernel.org>
Mon, 1 Mar 2021 21:24:16 +0000 (23:24 +0200)
committerJarkko Sakkinen <jarkko@kernel.org>
Wed, 3 Mar 2021 15:43:52 +0000 (17:43 +0200)
commit232a37ea3aee9cb37bbc154fb1440a66ae4743f4
treedd0b3b4010069083cc929a536a503853d76583e0
parentd53a6adfb553969809eb2b736a976ebb5146cd95
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>
drivers/char/tpm/tpm-chip.c