Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206639
b: refs/heads/master
c: 2c2749d
h: refs/heads/master
i:
  206637: 805003f
  206635: 5095bb4
  206631: a319f2a
  206623: d2a38ce
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Aug 3, 2010
1 parent ab53b29 commit 768df51
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: ef99e9b5a10086bcc529e6c0a11c6539caee8cd1
refs/heads/master: 2c2749de118bd36645b3a4a56f0d8ef6d4fd09cf
3 changes: 2 additions & 1 deletion trunk/sound/soc/codecs/wm8711.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,8 @@ static int wm8711_register(struct wm8711_priv *wm8711,

if (wm8711_codec) {
dev_err(codec->dev, "Another WM8711 is registered\n");
return -EINVAL;
ret = -EINVAL;
goto err;
}

mutex_init(&codec->mutex);
Expand Down

0 comments on commit 768df51

Please sign in to comment.