Commit 25c62f7e authored by Mark Brown's avatar Mark Brown

ASoC: wm_adsp: Make region identification errors more informative

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 94e205bf
...@@ -768,7 +768,8 @@ static int wm_adsp_load_coeff(struct wm_adsp *dsp) ...@@ -768,7 +768,8 @@ static int wm_adsp_load_coeff(struct wm_adsp *dsp)
break; break;
default: 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; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment