Hello, Florian Fainelli wrote: > When building on a 64-bit host, we will get warnings like those: > > drivers/firmware/broadcom/bcm47xx_nvram.c:103:3: note: in expansion of macro 'pr_err' > pr_err("nvram on flash (%i bytes) is bigger than the reserved space in memory, will just copy the first %i bytes\n", > ^~~~~~ > drivers/firmware/broadcom/bcm47xx_nvram.c:103:28: note: format string is defined here > pr_err("nvram on flash (%i bytes) is bigger than the reserved space in memory, will just copy the first %i bytes\n", > ~^ > %li > > Use %zu instead for that purpose. Series applied to mips-next. > firmware: bcm47xx_nvram: Correct size_t printf format > commit feb4eb060c3a > https://git.kernel.org/mips/c/feb4eb060c3a > > Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx> > Reviewed-by: Philippe Mathieu-Daudé <f4bug@xxxxxxxxx> > Signed-off-by: Paul Burton <paul.burton@xxxxxxxx> > > firmware: bcm47xx_nvram: Allow COMPILE_TEST > commit 5699ad0aaf10 > https://git.kernel.org/mips/c/5699ad0aaf10 > > Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx> > Signed-off-by: Paul Burton <paul.burton@xxxxxxxx> Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email paul.burton@xxxxxxxx to report it. ]