Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293226
b: refs/heads/master
c: e8770dd
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jan 24, 2012
1 parent 3bd059d commit 3c3d2c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 05d448e2c9bc587216549d690332c72a74271abd
refs/heads/master: e8770dd878970140b7ef486ec0fe86d43eb50265
4 changes: 0 additions & 4 deletions trunk/sound/soc/codecs/wm5100.c
Original file line number Diff line number Diff line change
Expand Up @@ -2525,8 +2525,6 @@ static int wm5100_probe(struct snd_soc_codec *codec)
return 0;

err_gpio:
if (i2c->irq)
free_irq(i2c->irq, wm5100);

return ret;
}
Expand All @@ -2539,8 +2537,6 @@ static int wm5100_remove(struct snd_soc_codec *codec)
if (wm5100->pdata.hp_pol) {
gpio_free(wm5100->pdata.hp_pol);
}
if (i2c->irq)
free_irq(i2c->irq, wm5100);

return 0;
}
Expand Down

0 comments on commit 3c3d2c0

Please sign in to comment.