From: David Smith Date: Mon, 14 Jan 2008 08:55:12 +0000 (-0800) Subject: TPM: fix suspend and resume failure X-Git-Tag: v2.6.24-rc8~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2490c681ea3d7f5ac3fb876f14567bf1a9e0aa87;p=pandora-kernel.git 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 Cc: Kent Yoder Cc: Marcel Selhorst Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed