Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348756
b: refs/heads/master
c: d3bf156
h: refs/heads/master
v: v3
  • Loading branch information
Chuansheng Liu authored and Mark Brown committed Dec 27, 2012
1 parent 2b29cc1 commit 12eebfd
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: 865df9cb122d9e5ecbbb7056f2c9c64933bf8dd0
refs/heads/master: d3bf1561253383a3dbcc40afdb2b039d56093a3e
2 changes: 1 addition & 1 deletion trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ static void soc_remove_aux_dev(struct snd_soc_card *card, int num)
/* unregister the rtd device */
if (rtd->dev_registered) {
device_remove_file(rtd->dev, &dev_attr_codec_reg);
device_del(rtd->dev);
device_unregister(rtd->dev);
rtd->dev_registered = 0;
}

Expand Down

0 comments on commit 12eebfd

Please sign in to comment.