git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7861f3
)
gpio: gpio-pl061: Use %pa to print 'resource_size_t'
author
Fabio Estevam
<fabio.estevam@freescale.com>
Wed, 26 Feb 2014 11:12:37 +0000
(08:12 -0300)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 7 Mar 2014 01:19:38 +0000
(09:19 +0800)
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 <build@lixom.net>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-pl061.c
patch
|
blob
|
history
diff --cc
drivers/gpio/gpio-pl061.c
Simple merge