tpm: tpm_tis_infineon: Make use of 'z' for printing size_t
authorTom Rini <trini@konsulko.com>
Wed, 6 Aug 2025 14:55:19 +0000 (08:55 -0600)
committerIlias Apalodimas <ilias.apalodimas@linaro.org>
Mon, 25 Aug 2025 10:04:21 +0000 (13:04 +0300)
commit83b1c7fd7119ae654aba70b2451b519035b5403d
tree9c7e56cca2927d64be80a328636ef9dca0a4ba9d
parent80afd60d9c7e24ef193b0d59ce98a3d86a70fcb5
tpm: tpm_tis_infineon: Make use of 'z' for printing size_t

When printing the contents of an size_t variable we need to use z prefix
to the format character in order to get the correct format type
depending on 32 or 64bit-ness.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
drivers/tpm/tpm_tis_infineon.c