]> Git Repo - linux.git/blobdiff - sound/soc/codecs/wm_adsp.c
ASoC: wm_adsp: Correct type specifier in printf
[linux.git] / 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.036351 seconds and 4 git commands to generate.