Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: wm_adsp: Correct type specifier in printf
@ 2014-03-06 10:00 Charles Keepax
  2014-03-07  2:38 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Charles Keepax @ 2014-03-06 10:00 UTC (permalink / raw)
  To: broonie; +Cc: alsa-devel, patches, lgirdwood

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
---
 sound/soc/codecs/wm_adsp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c
index 937af6f..bb5f7b4 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)
 							     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);
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-07  3:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06 10:00 [PATCH] ASoC: wm_adsp: Correct type specifier in printf Charles Keepax
2014-03-07  2:38 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox