aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2014-03-06 05:00:18 -0500
committerMark Brown <broonie@linaro.org>2014-03-06 21:38:14 -0500
commitfab800cc33e98378336faf75688ea0961eac21b6 (patch)
treeb56b9d57ee0c2dd229da2f231c0d80a6126a93ed
parentc1a7898d655fd265feefcf6fe82ab0096e6d078e (diff)
ASoC: wm_adsp: Correct type specifier in printf
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r--sound/soc/codecs/wm_adsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c
index 937af6f31ffa..bb5f7b4e3ebb 100644
--- a/sound/soc/codecs/wm_adsp.c
+++ b/sound/soc/codecs/wm_adsp.c
@@ -706,7 +706,7 @@ static int wm_adsp_load(struct wm_adsp *dsp)
706 to_write); 706 to_write);
707 if (ret != 0) { 707 if (ret != 0) {
708 adsp_err(dsp, 708 adsp_err(dsp,
709 "%s.%d: Failed to write %d bytes at %d in %s: %d\n", 709 "%s.%d: Failed to write %zd bytes at %d in %s: %d\n",
710 file, regions, 710 file, regions,
711 to_write, offset, 711 to_write, offset,
712 region_name, ret); 712 region_name, ret);