Re: [PATCH] tpm: Fix the description error of the help information in Kconfig

2020-07-28 Thread Tianjia Zhang
On 2020/7/27 16:33, peter.hu...@infineon.com wrote: Hi, On 2020/7/27 15:10, Arnd Bergmann wrote: On Mon, Jul 27, 2020 at 4:54 AM Tianjia Zhang wrote: Obviously, the TPM version number in the help message is wrong, which will cause confusion. This patch fixes it. How is this "obvious"? I

RE: [PATCH] tpm: Fix the description error of the help information in Kconfig

2020-07-27 Thread Peter.Huewe
Hi, On 2020/7/27 15:10, Arnd Bergmann wrote: > On Mon, Jul 27, 2020 at 4:54 AM Tianjia Zhang > wrote: >> >> Obviously, the TPM version number in the help message is wrong, which >> will cause confusion. This patch fixes it. > > How is this "obvious"? I tried finding the specification and could

Re: [PATCH] tpm: Fix the description error of the help information in Kconfig

2020-07-27 Thread Tianjia Zhang
Thanks for your advice, I have submitted a v2 patch. Thanks, Tianjia On 2020/7/27 15:10, Arnd Bergmann wrote: On Mon, Jul 27, 2020 at 4:54 AM Tianjia Zhang wrote: Obviously, the TPM version number in the help message is wrong, which will cause confusion. This patch fixes it. How is this

Re: [PATCH] tpm: Fix the description error of the help information in Kconfig

2020-07-27 Thread Arnd Bergmann
On Mon, Jul 27, 2020 at 4:54 AM Tianjia Zhang wrote: > > Obviously, the TPM version number in the help message is wrong, which > will cause confusion. This patch fixes it. How is this "obvious"? I tried finding the specification and could not see anything to back up TIS 1.3 being only supported

[PATCH] tpm: Fix the description error of the help information in Kconfig

2020-07-26 Thread Tianjia Zhang
Obviously, the TPM version number in the help message is wrong, which will cause confusion. This patch fixes it. Signed-off-by: Tianjia Zhang --- drivers/char/tpm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/tpm/Kconfig b/drivers/char/tpm/Kconfig