On Thu, Jun 22, 2017 at 12:00 AM, Arnd Bergmann <arnd@xxxxxxxx> wrote: > The new driver uses an incorrect format string for resource_size_t: > > drivers/ata/pata_ftide010.c: In function 'pata_ftide010_probe': > drivers/ata/pata_ftide010.c:520:17: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'resource_size_t {aka long long unsigned int}' [-Wformat=] > > The nicest way to print the address is to pretty-print the resource > using %pR. > > Fixes: be4e456ed3a5 ("ata: Add driver for Faraday Technology FTIDE010") > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html