Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276725
b: refs/heads/master
c: 62e4a13
h: refs/heads/master
i:
  276723: b4c6dd8
v: v3
  • Loading branch information
Jonathan Neuschäfer authored and Mark Brown committed Dec 12, 2011
1 parent e500212 commit 1b66034
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9fd369b193dceddd4e9e7f426c229c6104c80e28
refs/heads/master: 62e4a13e602214908341fad068ff91f31aed1a4e
2 changes: 2 additions & 0 deletions trunk/sound/soc/codecs/wm8958-dsp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ static int wm8958_dsp2_fw(struct snd_soc_codec *codec, const char *name,
}

if (memcmp(fw->data, "WMFW", 4) != 0) {
memcpy(&data32, fw->data, sizeof(data32));
data32 = be32_to_cpu(data32);
dev_err(codec->dev, "%s: firmware has bad file magic %08x\n",
name, data32);
goto err;
Expand Down

0 comments on commit 1b66034

Please sign in to comment.