On Thu, Aug 22, 2013 at 2:34 AM, Fabio Estevam <[email protected]> wrote:
> From: Fabio Estevam <[email protected]> > > When CONFIG_ARM_LPAE=y the following build warning are generated: > > drivers/dma/ste_dma40.c:3228:2: warning: format '%x' expects argument of type > 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat] > drivers/dma/ste_dma40.c:3582:3: warning: format '%x' expects argument of type > 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat] > drivers/dma/ste_dma40.c:3582:3: warning: format '%x' expects argument of type > 'unsigned int', but argument 5 has type 'resource_size_t' [-Wformat] > drivers/dma/ste_dma40.c:3593:5: warning: format '%x' expects argument of type > 'unsigned int', but argument 5 has type 'resource_size_t' [-Wformat] > > According to Documentation/printk-formats.txt '%pa' can be used to properly > print 'resource_size_t'. > > Also, for printing memory region the '%pr' is more convenient. > > Reported-by: Kevin Hilman <[email protected]> > Signed-off-by: Fabio Estevam <[email protected]> Elegant! Reviewed-by: Linus Walleij <[email protected]> Vinod, can you apply this? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

