Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106478
b: refs/heads/master
c: 82af6bc
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jul 18, 2008
1 parent 66a8513 commit 2726684
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: 2522d7359301efadfb5744ebd3c623c3af4a7b30
refs/heads/master: 82af6bc0986c5140efc875b2d91326031f0254ab
2 changes: 1 addition & 1 deletion trunk/sound/isa/opti9xx/opti92x-ad1848.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ static void snd_card_opti9xx_free(struct snd_card *card)
if (chip) {
#ifdef OPTi93X
struct snd_cs4231 *codec = chip->codec;
if (codec->irq > 0) {
if (codec && codec->irq > 0) {
disable_irq(codec->irq);
free_irq(codec->irq, codec);
}
Expand Down

0 comments on commit 2726684

Please sign in to comment.