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:
8a2ceac
)
regmap: Fix printing of size_t variable
author
Fabio Estevam
<fabio.estevam@freescale.com>
Thu, 25 Oct 2012 16:07:18 +0000
(14:07 -0200)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 25 Oct 2012 17:55:11 +0000
(18:55 +0100)
val_bytes is of 'size_t', so it should be printed as '%zu'.
Fixes the following build warning on x86:
drivers/base/regmap/regmap.c:872:4: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' [-Wformat]
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
No differences found