Re: [PATCH v2] mtd: omap_elm: print interrupt resource using %pr

2015-12-18 Thread Brian Norris
On Fri, Dec 18, 2015 at 02:15:17PM +0100, Arnd Bergmann wrote: > When CONFIG_LPAE is set on ARM, resource_size_t is 64-bit wide > and we get a warning about an incorrect format string for printing > the interrupt number in elm_probe: > > drivers/mtd/nand/omap_elm.c: In function 'elm_probe': > driv

[PATCH v2] mtd: omap_elm: print interrupt resource using %pr

2015-12-18 Thread Arnd Bergmann
When CONFIG_LPAE is set on ARM, resource_size_t is 64-bit wide and we get a warning about an incorrect format string for printing the interrupt number in elm_probe: drivers/mtd/nand/omap_elm.c: In function 'elm_probe': drivers/mtd/nand/omap_elm.c:417:23: warning: format '%i' expects argument of t