Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349381
b: refs/heads/master
c: a4cdbec
h: refs/heads/master
i:
  349379: 7332c1c
v: v3
  • Loading branch information
Charles Keepax authored and Mark Brown committed Jan 22, 2013
1 parent 1e495cd commit 5620f32
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7881fd0fb3ecc9e367ba998a4de533e7eecbdfeb
refs/heads/master: a4cdbec758d2491a86ba94263b847768fa004fde
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm_adsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ static int wm_adsp_load_coeff(struct wm_adsp *dsp)
hdr = (void*)&firmware->data[0];
if (memcmp(hdr->magic, "WMDR", 4) != 0) {
adsp_err(dsp, "%s: invalid magic\n", file);
return -EINVAL;
goto out_fw;
}

adsp_dbg(dsp, "%s: v%d.%d.%d\n", file,
Expand Down

0 comments on commit 5620f32

Please sign in to comment.