linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] tpm/tpm_crb: Fix error message in __crb_relinquish_locality()
@ 2022-11-11 19:38 Michael Kelley
  2022-11-12 19:32 ` Winkler, Tomas
  2022-11-27 16:38 ` Jarkko Sakkinen
  0 siblings, 2 replies; 7+ messages in thread
From: Michael Kelley @ 2022-11-11 19:38 UTC (permalink / raw)
  To: peterhuewe, jarkko, jgg, tomas.winkler, linux-integrity,
	linux-kernel
  Cc: mikelley

The error message in __crb_relinquish_locality() mentions requestAccess
instead of Relinquish. Fix it.

Fixes: 888d867df441 ("tpm: cmd_ready command can be issued only after granting locality")
Signed-off-by: Michael Kelley <mikelley@microsoft.com>
---
 drivers/char/tpm/tpm_crb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/tpm/tpm_crb.c b/drivers/char/tpm/tpm_crb.c
index 1860665..65f8f17 100644
--- a/drivers/char/tpm/tpm_crb.c
+++ b/drivers/char/tpm/tpm_crb.c
@@ -252,7 +252,7 @@ static int __crb_relinquish_locality(struct device *dev,
 	iowrite32(CRB_LOC_CTRL_RELINQUISH, &priv->regs_h->loc_ctrl);
 	if (!crb_wait_for_reg_32(&priv->regs_h->loc_state, mask, value,
 				 TPM2_TIMEOUT_C)) {
-		dev_warn(dev, "TPM_LOC_STATE_x.requestAccess timed out\n");
+		dev_warn(dev, "TPM_LOC_STATE_x.Relinquish timed out\n");
 		return -ETIME;
 	}
 
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-12-04 19:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-11 19:38 [PATCH 1/1] tpm/tpm_crb: Fix error message in __crb_relinquish_locality() Michael Kelley
2022-11-12 19:32 ` Winkler, Tomas
2022-11-22 16:23   ` Michael Kelley (LINUX)
2022-11-27 16:38 ` Jarkko Sakkinen
2022-11-29  4:34   ` Michael Kelley (LINUX)
2022-12-04 19:51     ` Jarkko Sakkinen
2022-12-04 19:53       ` Jarkko Sakkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).