From: Mark Brown Date: Sun, 20 Jan 2013 10:02:19 +0000 (+0900) Subject: ASoC: wm_adsp: Make region identification errors more informative X-Git-Tag: v3.9-rc1~129^2~24^2~27^2~12 X-Git-Url: https://repo.jachan.dev/linux.git/commitdiff_plain/25c62f7e7014d64c0308d0dedb99282ed8ade2ce ASoC: wm_adsp: Make region identification errors more informative Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index 9e311622190e..084ea5f4aedd 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c @@ -768,7 +768,8 @@ static int wm_adsp_load_coeff(struct wm_adsp *dsp) break; default: - adsp_err(dsp, "Unknown region type %x\n", type); + adsp_err(dsp, "%s.%d: Unknown region type %x at %d\n", + file, blocks, type, pos); break; }