]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fix wm8958-dsp2 printk format warnings
authorRandy Dunlap <randy.dunlap@oracle.com>
Sun, 8 May 2011 16:48:24 +0000 (09:48 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 11 May 2011 16:15:54 +0000 (18:15 +0200)
commitbf9f71dd39d1b403449900563bb047dae35fb661
treeeae78f2b59ed3369c5d7211b7ccf3ee8c8056efc
parent34addd45c2431eec6029ffb695870a31b910c649
ASoC: fix wm8958-dsp2 printk format warnings

Fix printk format warnings in wm8958-dsp2.c:

sound/soc/codecs/wm8958-dsp2.c:103: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
sound/soc/codecs/wm8958-dsp2.c:111: warning: format '%d' expects type 'int', but argument 3 has type 'size_t'
sound/soc/codecs/wm8958-dsp2.c:144: warning: format '%d' expects type 'int', but argument 5 has type 'size_t'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8958-dsp2.c