diff options
Diffstat (limited to 'sound/pci/atiixp_modem.c')
-rw-r--r-- | sound/pci/atiixp_modem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/atiixp_modem.c b/sound/pci/atiixp_modem.c index a67a869180d4..d457a32a7939 100644 --- a/sound/pci/atiixp_modem.c +++ b/sound/pci/atiixp_modem.c | |||
@@ -1197,7 +1197,7 @@ static int snd_atiixp_free(struct atiixp_modem *chip) | |||
1197 | if (chip->irq < 0) | 1197 | if (chip->irq < 0) |
1198 | goto __hw_end; | 1198 | goto __hw_end; |
1199 | snd_atiixp_chip_stop(chip); | 1199 | snd_atiixp_chip_stop(chip); |
1200 | synchronize_irq(chip->irq); | 1200 | |
1201 | __hw_end: | 1201 | __hw_end: |
1202 | if (chip->irq >= 0) | 1202 | if (chip->irq >= 0) |
1203 | free_irq(chip->irq, chip); | 1203 | free_irq(chip->irq, chip); |