2020-01-15 20:14:42

by Wolfram Sang

[permalink] [raw]
Subject: Re: [PATCH v3 1/3] i2c: pmcmsp: Use proper printk format for resource_size_t

On Wed, Jan 15, 2020 at 09:02:48PM +0100, Krzysztof Kozlowski wrote:
> resource_size_t should be printed with its own size-independent format
> to fix warnings when compiling on 64-bit platform (e.g. with
> COMPILE_TEST):
>
> drivers/i2c/busses/i2c-pmcmsp.c: In function ‘pmcmsptwi_probe’:
> drivers/i2c/busses/i2c-pmcmsp.c:276:25: warning:
> format ‘%x’ expects argument of type ‘unsigned int’,
> but argument 3 has type ‘resource_size_t {aka long long unsigned int}’ [-Wformat=]
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
>

Applied to for-next, thanks!


Attachments:
(No filename) (629.00 B)
signature.asc (849.00 B)
Download all attachments