Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 086834e2 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Say how long short WM8958 DSP2 firmwares are

parent 1a083257
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
	}