Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 232a37ea authored by Jarkko Sakkinen's avatar Jarkko Sakkinen
Browse files

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: default avatarRikard Falkeborn <rikard.falkeborn@gmail.com>
Fixes: 90cba8d2

 ("tpm/ppi: Constify static struct attribute_group")
Signed-off-by: default avatarJarkko Sakkinen <jarkko@kernel.org>
parent d53a6adf
Branches
Tags
No related merge requests found
......@@ -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);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment