mtd: spi: sf_dataflash.c: Make use of 'z' for printing size_t
authorTom Rini <trini@konsulko.com>
Fri, 11 Jul 2025 15:15:57 +0000 (09:15 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 28 Oct 2025 18:21:31 +0000 (12:21 -0600)
commitba05f1a8d7d8f2d4f7ff244dfc29c1a7b87477d6
treedfbf5aa9f09c0a064d190818c2e96ec49a4e04d8
parentbd7bf693de4f6f1c04159a312ad2b69b30dff8c5
mtd: spi: sf_dataflash.c: 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>
drivers/mtd/spi/sf_dataflash.c