[PATCH] mtd: spi-nor: fix format specifier in debug message

Sascha Hauer s.hauer at pengutronix.de
Thu Feb 1 07:09:06 PST 2024


On Thu, 01 Feb 2024 00:03:47 +0100, Ahmad Fatoum wrote:
> The type size_t is to be printed with the %zu modifier as it's not
> necessarily typedef'ed as unsigned long, even if for barebox purposes,
> the sizeof(size_t) is always equal to sizeof(ulong).
> 
> Building the dw-ospi-nor driver for 32-bit warns about this, so fix
> that.
> 
> [...]

Applied, thanks!

[1/1] mtd: spi-nor: fix format specifier in debug message
      https://git.pengutronix.de/cgit/barebox/commit/?id=eca34ec9b611 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer at pengutronix.de>




More information about the barebox mailing list