Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170254
b: refs/heads/master
c: a22eaf4
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Nov 27, 2009
1 parent 0f287f2 commit 4db2f0b
Show file tree
Hide file tree
Showing 4 changed files with 7 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: 74ea23aa6c9a8bece71b35ddeeb7ad6ae6782cd9
refs/heads/master: a22eaf4ce106404f6c5283da30b4d514ede964c1
2 changes: 2 additions & 0 deletions trunk/sound/soc/codecs/wm9705.c
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ static int wm9705_soc_probe(struct platform_device *pdev)

return 0;

reset_err:
snd_soc_free_pcms(socdev);
pcm_err:
snd_soc_free_ac97_codec(codec);
codec_err:
Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/soc/codecs/wm9712.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,8 @@ static int wm9712_soc_probe(struct platform_device *pdev)

return 0;

reset_err:
snd_soc_free_pcms(socdev);
pcm_err:
snd_soc_free_ac97_codec(codec);

Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/soc/codecs/wm9713.c
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,8 @@ static int wm9713_soc_probe(struct platform_device *pdev)

return 0;

reset_err:
snd_soc_free_pcms(socdev);
pcm_err:
snd_soc_free_ac97_codec(codec);

Expand Down

0 comments on commit 4db2f0b

Please sign in to comment.