diff options
author | Stefan Berger <stefanb@linux.vnet.ibm.com> | 2011-03-30 12:13:34 -0400 |
---|---|---|
committer | Rajiv Andrade <srajiv@linux.vnet.ibm.com> | 2011-07-12 17:53:09 -0400 |
commit | c9206693457a946698e1d67db2b424e1d101493d (patch) | |
tree | 59a79652ef211a9a6a935b4942ff015ff2569e8f /drivers/char/tpm | |
parent | 9519de3f265f112e992aa7f446d905196bd608e8 (diff) |
tpm: Fix a typo
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>
Diffstat (limited to 'drivers/char/tpm')
-rw-r--r-- | drivers/char/tpm/tpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tpm/tpm.c b/drivers/char/tpm/tpm.c index 4b00250a2f6b..caf8012ef47c 100644 --- a/drivers/char/tpm/tpm.c +++ b/drivers/char/tpm/tpm.c | |||
@@ -615,7 +615,7 @@ void tpm_continue_selftest(struct tpm_chip *chip) | |||
615 | u8 data[] = { | 615 | u8 data[] = { |
616 | 0, 193, /* TPM_TAG_RQU_COMMAND */ | 616 | 0, 193, /* TPM_TAG_RQU_COMMAND */ |
617 | 0, 0, 0, 10, /* length */ | 617 | 0, 0, 0, 10, /* length */ |
618 | 0, 0, 0, 83, /* TPM_ORD_GetCapability */ | 618 | 0, 0, 0, 83, /* TPM_ORD_ContinueSelfTest */ |
619 | }; | 619 | }; |
620 | 620 | ||
621 | tpm_transmit(chip, data, sizeof(data)); | 621 | tpm_transmit(chip, data, sizeof(data)); |