diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-20 05:02:19 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-20 08:13:24 -0500 |
commit | 25c62f7e7014d64c0308d0dedb99282ed8ade2ce (patch) | |
tree | ac21dcdc5f18a1e7ee7849e8ccbe01a9b6f381b3 /sound/soc/codecs/wm_adsp.c | |
parent | 94e205bfb73b6d19028dbd40404219fdeb27175e (diff) |
ASoC: wm_adsp: Make region identification errors more informative
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm_adsp.c')
-rw-r--r-- | sound/soc/codecs/wm_adsp.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) | |||
768 | break; | 768 | break; |
769 | 769 | ||
770 | default: | 770 | default: |
771 | adsp_err(dsp, "Unknown region type %x\n", type); | 771 | adsp_err(dsp, "%s.%d: Unknown region type %x at %d\n", |
772 | file, blocks, type, pos); | ||
772 | break; | 773 | break; |
773 | } | 774 | } |
774 | 775 | ||