]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ASoC: Fix a compile warning for printk format
authorTakashi Iwai <tiwai@suse.de>
Mon, 27 Sep 2010 06:13:25 +0000 (08:13 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 27 Sep 2010 06:18:13 +0000 (08:18 +0200)
commitcf1ff5011614cad540fa872b46552d078b510c38
treeff68aaa2604d6b16167dde4244813a7649b23f98
parent35e60448b98be847a7066134442789222a1916ea
ASoC: Fix a compile warning for printk format

  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>
sound/soc/codecs/wm8985.c