Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206603
b: refs/heads/master
c: 03b0dc0
h: refs/heads/master
i:
  206601: 90da113
  206599: f11a960
v: v3
  • Loading branch information
Mark Brown committed Jul 14, 2010
1 parent 5f81605 commit da83498
Show file tree
Hide file tree
Showing 3 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: 0c74a939d84730818bc9bf1efa5ad7184bb2f248
refs/heads/master: 03b0dc02cf54a79d6bc2f49c0005bc07db5120a4
2 changes: 2 additions & 0 deletions trunk/sound/soc/codecs/wm8727.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ static __devinit int wm8727_platform_probe(struct platform_device *pdev)
goto err_codec;
}

return 0;

err_codec:
snd_soc_unregister_codec(codec);
err:
Expand Down
1 change: 0 additions & 1 deletion trunk/sound/soc/codecs/wm8988.c
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,6 @@ static int wm8988_register(struct wm8988_priv *wm8988,
ret = snd_soc_register_dai(&wm8988_dai);
if (ret != 0) {
dev_err(codec->dev, "Failed to register DAI: %d\n", ret);
snd_soc_unregister_codec(codec);
goto err_codec;
}

Expand Down

0 comments on commit da83498

Please sign in to comment.