tpm: cr50_i2c: Make use of 'z' for printing size_t
authorTom Rini <trini@konsulko.com>
Wed, 6 Aug 2025 14:55:18 +0000 (08:55 -0600)
committerIlias Apalodimas <ilias.apalodimas@linaro.org>
Mon, 25 Aug 2025 10:04:21 +0000 (13:04 +0300)
commit80afd60d9c7e24ef193b0d59ce98a3d86a70fcb5
treeae1c49cb0e8168f87e417d0d45bf3ea55d2dbef1
parent5727df875002ee8233c983aaed923c04a945be8c
tpm: cr50_i2c: 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/cr50_i2c.c