From: Randy Dunlap Date: Sun, 8 May 2011 16:48:24 +0000 (-0700) Subject: ASoC: fix wm8958-dsp2 printk format warnings X-Git-Tag: v3.0-rc1~347^2~1^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e53d856af0db8acc8a1bc6a9e3298f6bbb8944b;p=pandora-kernel.git 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 Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed