提交 086834e2 编写于 作者: M Mark Brown

ASoC: Say how long short WM8958 DSP2 firmwares are

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 1a083257
......@@ -55,7 +55,8 @@ static int wm8958_dsp2_fw(struct snd_soc_codec *codec, const char *name,
return 0;
if (fw->size < 32) {
dev_err(codec->dev, "%s: firmware too short\n", name);
dev_err(codec->dev, "%s: firmware too short (%d bytes)\n",
name, fw->size);
goto err;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册