Re: [PATCH] tpm: tpm_try_transmit() refactor error flow.
From: Jarkko Sakkinen <hidden>
Date: 2018-10-18 00:14:38
Also in:
linux-integrity, lkml, stable
From: Jarkko Sakkinen <hidden>
Date: 2018-10-18 00:14:38
Also in:
linux-integrity, lkml, stable
On Tue, 16 Oct 2018, Tomas Winkler wrote:
First, rename out_no_locality to out_locality for bailing out on both tpm_cmd_ready() and tpm_request_locality() failure.
This is unnecessary change and technically it is not a rename: the commit message text and the code change do not match. Rename is just a rename (i.e. change a variable name foo to bar). /Jarkko