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>
This commit is contained in:
Charles Keepax
2014-03-06 10:00:18 +00:00
committed by Mark Brown
parent c1a7898d65
commit fab800cc33

View 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);