Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270561
b: refs/heads/master
c: 4ed0d01
h: refs/heads/master
i:
  270559: 1020933
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Sep 6, 2011
1 parent e0b1b66 commit 505f74f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7b4615ba8108649ed30804450eb054925e347ad3
refs/heads/master: 4ed0d012c945af332ede1f9853db5184b6c24da1
4 changes: 3 additions & 1 deletion trunk/sound/soc/pxa/raumfeld.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,10 @@ static int __init raumfeld_audio_init(void)
&snd_soc_raumfeld_connector);

ret = platform_device_add(raumfeld_audio_device);
if (ret < 0)
if (ret < 0) {
platform_device_put(raumfeld_audio_device);
return ret;
}

raumfeld_enable_audio(true);
return 0;
Expand Down

0 comments on commit 505f74f

Please sign in to comment.