ASoC: correct print specifiers for unsigneds
authorRoel Kluin <roel.kluin@gmail.com>
Thu, 28 May 2009 00:08:39 +0000 (17:08 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 28 May 2009 09:20:26 +0000 (10:20 +0100)
commit449bd54dcbd0b60070ce4129fedaf0f4ae044099
tree6904c4b60b5d8e0b781b9a4e04b7c12b52f0bfe8
parentea8b27ad0cc2573776c6cd87617a37aaf603b8bd
ASoC: correct print specifiers for unsigneds

Unsigned variables should use `%u' rather than `%d'.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
14 files changed:
sound/soc/atmel/playpaq_wm8510.c
sound/soc/codecs/tlv320aic23.c
sound/soc/codecs/uda134x.c
sound/soc/codecs/wm8350.c
sound/soc/codecs/wm8400.c
sound/soc/codecs/wm8510.c
sound/soc/codecs/wm8580.c
sound/soc/codecs/wm8753.c
sound/soc/codecs/wm8900.c
sound/soc/codecs/wm8990.c
sound/soc/codecs/wm9713.c
sound/soc/pxa/pxa-ssp.c
sound/soc/s3c24xx/s3c-i2s-v2.c
sound/soc/sh/ssi.c