ASoC: wm_adsp: Correct type specifier in printf
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Thu, 6 Mar 2014 10:00:18 +0000 (10:00 +0000)
committerMark Brown <broonie@linaro.org>
Fri, 7 Mar 2014 02:38:14 +0000 (10:38 +0800)
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/wm_adsp.c

index 937af6f31ffa3e8c5de2256b1a463663f3b797c4..bb5f7b4e3ebbfe016146343c9c1178f568c93517 100644 (file)
@@ -706,7 +706,7 @@ static int wm_adsp_load(struct wm_adsp *dsp)
                                                             to_write);
                                if (ret != 0) {
                                        adsp_err(dsp,
-                                               "%s.%d: Failed to write %d bytes at %d in %s: %d\n",
+                                               "%s.%d: Failed to write %zd bytes at %d in %s: %d\n",
                                                file, regions,
                                                to_write, offset,
                                                region_name, ret);
This page took 0.025142 seconds and 5 git commands to generate.