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-Url: http://drtracing.org/?a=commitdiff_plain;h=25c62f7e7014d64c0308d0dedb99282ed8ade2ce;p=deliverable%2Flinux.git 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; }