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:
4f3ad79
)
ASoC: wm0010: Fix warning, use format %zu for type size_t
author
Emil Goode
<emilgoode@gmail.com>
Wed, 5 Sep 2012 20:22:24 +0000
(22:22 +0200)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 5 Sep 2012 22:22:56 +0000
(06:22 +0800)
Fix warning by using format specifier %zu for type size_t
Sparse warning:
sound/soc/codecs/wm0010.c:411:2: warning:
format ‘%d’ expects argument of type ‘int’,
but argument 4 has type ‘size_t’ [-Wformat]
Signed-off-by: Emil Goode <emilgoode@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
No differences found