From: Takashi Iwai Date: Mon, 27 Sep 2010 06:13:25 +0000 (+0200) Subject: ASoC: Fix a compile warning for printk format X-Git-Tag: v2.6.37-rc1~126^2~1^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf1ff5011614cad540fa872b46552d078b510c38;p=pandora-kernel.git 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 --- Reading git-diff-tree failed