On Wed, Feb 26, 2014 at 7:12 PM, Fabio Estevam <[email protected]> wrote:
> From: Fabio Estevam <[email protected]> > > The following build warning is generated when building multi_v7_defconfig with > LPAE option selected: > > drivers/gpio/gpio-pl061.c:358:2: warning: format '%x' expects argument of > type 'unsigned int', but argument 3 has type 'resource_size_t' [-Wformat=] > > Fix it by using %pa to print 'resource_size_t'. > > Reported-by: Olof's autobuilder <[email protected]> I love this guy. > Signed-off-by: Fabio Estevam <[email protected]> Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
