]> git.baikalelectronics.ru Git - kernel.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)
commita80680dfd7e7cf9f95238dd78fbe21af962103e7
treeff68aaa2604d6b16167dde4244813a7649b23f98
parent734942406c06b36ed5263fe7c3679f9c399ee607
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