Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283727
b: refs/heads/master
c: 086834e
h: refs/heads/master
i:
  283725: d338989
  283723: 87bb7e4
  283719: af418d7
  283711: 26573e3
v: v3
  • Loading branch information
Mark Brown committed Nov 16, 2011
1 parent 6ef2568 commit cf0b726
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1a083257eb95af8e1d6e0d03e960c34f0017ad31
refs/heads/master: 086834e2d2bdf74e4e53bee9ee5359dfe849da1a
3 changes: 2 additions & 1 deletion trunk/sound/soc/codecs/wm8958-dsp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit cf0b726

Please sign in to comment.