Re: [PATCH v2 1/2] firmware: bcm47xx_nvram: Correct size_t printf format
Paul Burton <[email protected]> Mon, 26 Aug 2019 11:04:39 +0000
| Newsgroups | gmane.linux.kernel,gmane.linux.ports.mips.general,gmane.linux.ports.mips,gmane.linux.ports.mips |
|---|---|
| Message-ID | <MWHPR2201MB12778655852AC1111F8B0E2CC1A10@MWHPR2201MB1277.namprd22.prod.outlook.com> |
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 <[email protected]>
> Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
> Signed-off-by: Paul Burton <[email protected]>
>
> firmware: bcm47xx_nvram: Allow COMPILE_TEST
> commit 5699ad0aaf10
> https://git.kernel.org/mips/c/5699ad0aaf10
>
> Signed-off-by: Florian Fainelli <[email protected]>
> Signed-off-by: Paul Burton <[email protected]>
Thanks,
Paul
[ This message was auto-generated; if you believe anything is incorrect
then please email [email protected] to report it. ]