mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 04:28:10 -04:00
ASoC: Say how long short WM8958 DSP2 firmwares are
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user