From: Axel Lin Date: Wed, 3 Aug 2011 23:58:07 +0000 (+0800) Subject: TPM: tpm_nsc: Fix a double free of pdev in cleanup_nsc X-Git-Tag: v3.1-rc8~18^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de69113ec1896443c732e8b812e8005fb44eeeeb;p=pandora-kernel.git TPM: tpm_nsc: Fix a double free of pdev in cleanup_nsc platform_device_unregister() will release all resources and remove it from the subsystem, then drop reference count by calling platform_device_put(). We should not call kfree(pdev) after platform_device_unregister(pdev). Signed-off-by: Axel Lin Signed-off-by: Rajiv Andrade Signed-off-by: James Morris --- Reading git-diff-tree failed