[PATCH] tpm: Remove unintentional dump_stack() call

2021-03-01 Thread Jarkko Sakkinen
Somewhere along the line, probably during a rebase, an unintentional dump_stack() got included. Revert this change. Reported-by: Rikard Falkeborn Fixes: 90cba8d20f8b ("tpm/ppi: Constify static struct attribute_group") Signed-off-by: Jarkko Sakkinen --- drivers/char/tpm/tpm-chip.c | 2 -- 1

Re: [PATCH] tpm: Remove unintentional dump_stack() call

2021-03-01 Thread Rikard Falkeborn
On Mon, Mar 01, 2021 at 11:44:09AM +0200, jar...@kernel.org wrote: > From: Jarkko Sakkinen > > Somewhere along the line, probably during a rebase, an unintentional > dump_stack() got included. Revert this change. > > Reported-by: Rikard Falkeborn > Fixes: 90cba8d20f8b ("tpm/ppi: Constify

[PATCH] tpm: Remove unintentional dump_stack() call

2021-03-01 Thread jarkko
From: Jarkko Sakkinen Somewhere along the line, probably during a rebase, an unintentional dump_stack() got included. Revert this change. Reported-by: Rikard Falkeborn Fixes: 90cba8d20f8b ("tpm/ppi: Constify static struct attribute_group") Signed-off-by: Jarkko Sakkinen ---