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:
35e6044
)
ASoC: Fix a compile warning for printk format
author
Takashi Iwai
<tiwai@suse.de>
Mon, 27 Sep 2010 06:13:25 +0000
(08:13 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 27 Sep 2010 06:18:13 +0000
(08:18 +0200)
sound/soc/codecs/wm8985.c: In function 'wm8985_hw_params':
sound/soc/codecs/wm8985.c:731:2: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
Actually the variable is fine as int.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found