Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fab800cc authored by Charles Keepax's avatar Charles Keepax Committed by Mark Brown
Browse files

ASoC: wm_adsp: Correct type specifier in printf

parent c1a7898d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -706,7 +706,7 @@ static int wm_adsp_load(struct wm_adsp *dsp)
							     to_write);
							     to_write);
				if (ret != 0) {
				if (ret != 0) {
					adsp_err(dsp,
					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,
						file, regions,
						to_write, offset,
						to_write, offset,
						region_name, ret);
						region_name, ret);