]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitce1bd3822a7f0a379037e22c2ad42f3dfc7aec69
treedd0b3b4010069083cc929a536a503853d76583e0
parent44bbf07b5732b6b8854780d1dfcf371617bfd88e
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: 75724dbfafad ("tpm/ppi: Constify static struct attribute_group")
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
drivers/char/tpm/tpm-chip.c