projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9519de3
)
tpm: Fix a typo
author
Stefan Berger
<stefanb@linux.vnet.ibm.com>
Wed, 30 Mar 2011 16:13:34 +0000
(12:13 -0400)
committer
Rajiv Andrade
<srajiv@linux.vnet.ibm.com>
Tue, 12 Jul 2011 21:53:09 +0000
(18:53 -0300)
This patch fixes a typo.
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Signed-off-by: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
drivers/char/tpm/tpm.c
patch
|
blob
|
history
diff --git
a/drivers/char/tpm/tpm.c
b/drivers/char/tpm/tpm.c
index 4b00250a2f6b2a30b63a2dee7e9385fcd5f68d5f..caf8012ef47ce1c69af6f07df4f62e7c5676a581 100644
(file)
--- a/
drivers/char/tpm/tpm.c
+++ b/
drivers/char/tpm/tpm.c
@@
-615,7
+615,7
@@
void tpm_continue_selftest(struct tpm_chip *chip)
u8 data[] = {
0, 193, /* TPM_TAG_RQU_COMMAND */
0, 0, 0, 10, /* length */
- 0, 0, 0, 83, /* TPM_ORD_
GetCapability
*/
+ 0, 0, 0, 83, /* TPM_ORD_
ContinueSelfTest
*/
};
tpm_transmit(chip, data, sizeof(data));