From: Richard Fitzgerald Date: Fri, 19 Oct 2018 12:25:16 +0000 (+0100) Subject: ASoC: wm_adsp: Log addresses as 8 digits in wm_adsp_buffer_populate X-Git-Tag: for-linus-20181026~18^2^2~6 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e3a360b8cdede74d25807fc405e5d8bfb025692f;p=linux-2.6-block.git ASoC: wm_adsp: Log addresses as 8 digits in wm_adsp_buffer_populate Increase the address value width in the debug log from 4 digits to 8 digits to allow for DSP cores with larger memory address ranges. Signed-off-by: Richard Fitzgerald Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index 7ae10c632614..a53dc174bbf0 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c @@ -3345,7 +3345,7 @@ static int wm_adsp_buffer_populate(struct wm_adsp_compr_buf *buf) region->cumulative_size = offset; adsp_dbg(buf->dsp, - "region=%d type=%d base=%04x off=%04x size=%04x\n", + "region=%d type=%d base=%08x off=%08x size=%08x\n", i, region->mem_type, region->base_addr, region->offset, region->cumulative_size); }