summaryrefslogtreecommitdiff
path: root/common/tpm_registers.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/tpm_registers.c')
-rw-r--r--common/tpm_registers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/tpm_registers.c b/common/tpm_registers.c
index 6ef281b313..d0ae42e904 100644
--- a/common/tpm_registers.c
+++ b/common/tpm_registers.c
@@ -1026,7 +1026,7 @@ void tpm_task(void *u)
response_size = buffer_size;
call_extension_command(tpmh, &response_size,
alt_if_command ?
- VENDOR_CMD_FROM_USB : 0);
+ VENDOR_CMD_FROM_ALT_IF : 0);
} else
#endif
{