tpm/tpm_crb: Fix error message in __crb_relinquish_locality()
authorMichael Kelley <mikelley@microsoft.com>
Fri, 11 Nov 2022 19:38:53 +0000 (11:38 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jan 2023 08:26:09 +0000 (09:26 +0100)
commit744f7b8c4bdb703711ba261a5692d0b08b817e38
treeb03a25dec62cc9efee5ef1c3af962d4ed65d0f30
parentfdebcc33b663d2e8da937653ddfbfc1315047eaa
tpm/tpm_crb: Fix error message in __crb_relinquish_locality()

[ Upstream commit f5264068071964b56dc02c9dab3d11574aaca6ff ]

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>
Acked-by: Tomas Winkler <tomas.winkler@intel.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/char/tpm/tpm_crb.c