From 8d72e8c2d52f153c7be4c9d859c4185258edc8b4 Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Mon, 23 Jan 2012 21:15:48 +0100 Subject: [PATCH] --- yaml --- r: 286765 b: refs/heads/master c: 7edf1a4f27f44588d69cbde955651990090eb25d h: refs/heads/master i: 286763: 7751a42dd47ddd22d27963303776ddb4eec6b957 v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/wm8958-dsp2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5619de608b7e..c5e913c11093 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a14304edcd5e8323205db34b08f709feb5357e64 +refs/heads/master: 7edf1a4f27f44588d69cbde955651990090eb25d diff --git a/trunk/sound/soc/codecs/wm8958-dsp2.c b/trunk/sound/soc/codecs/wm8958-dsp2.c index 8d4ea43d40a3..40ac888faf3d 100644 --- a/trunk/sound/soc/codecs/wm8958-dsp2.c +++ b/trunk/sound/soc/codecs/wm8958-dsp2.c @@ -55,7 +55,7 @@ static int wm8958_dsp2_fw(struct snd_soc_codec *codec, const char *name, return 0; if (fw->size < 32) { - dev_err(codec->dev, "%s: firmware too short (%d bytes)\n", + dev_err(codec->dev, "%s: firmware too short (%zd bytes)\n", name, fw->size); goto err; }