]> Git Repo - linux.git/commit
TPM: fix suspend and resume failure
authorDavid Smith <[email protected]>
Mon, 14 Jan 2008 08:55:12 +0000 (00:55 -0800)
committerLinus Torvalds <[email protected]>
Mon, 14 Jan 2008 16:52:22 +0000 (08:52 -0800)
commit2490c681ea3d7f5ac3fb876f14567bf1a9e0aa87
tree1e5f1e5280cacc2db866a9f08b04d52702596898
parent40d6a146629b98d8e322b6f9332b182c7cbff3df
TPM: fix suspend and resume failure

The savestate command structure was being overwritten by the result of
running the TPM_SaveState command after one run, so make it a local
variable to the function instead of a global variable that gets
overwritten.

Acked-by: Pavel Machek <[email protected]>
Cc: Kent Yoder <[email protected]>
Cc: Marcel Selhorst <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/char/tpm/tpm.c
This page took 0.0685 seconds and 4 git commands to generate.