commit | cb996158dfe8a31377700f46b7f3d69ddc5ae1e4 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgunthorpe@obsidianresearch.com> | Sun Sep 22 16:03:28 2013 -0600 |
committer | Peter Huewe <peterhuewe@gmx.de> | Tue Oct 22 19:42:38 2013 +0200 |
tree | 7dcb44245682f9c56cc1bb14b42edb0928dd9f3b | |
parent | d0a40174efb0b9d232ccd1cf127cb90a2120f55b [diff] |
tpm: st33: Remove chip->data_buffer access from this driver For some reason this driver thinks that chip->data_buffer needs to be set before it can call tpm_pm_*. This is not true. data_buffer is used only by /dev/tpmX, which is why it is managed exclusively by the fops functions. Cc: Mathias Leblanc <mathias.leblanc@st.com> Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Reviewed-by: Joel Schopp <jschopp@linux.vnet.ibm.com>