diff options
Diffstat (limited to 'sound/pci/atiixp.c')
-rw-r--r-- | sound/pci/atiixp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/atiixp.c b/sound/pci/atiixp.c index 4594186b83ee..457228fb22aa 100644 --- a/sound/pci/atiixp.c +++ b/sound/pci/atiixp.c | |||
@@ -1553,7 +1553,7 @@ static int snd_atiixp_free(struct atiixp *chip) | |||
1553 | if (chip->irq < 0) | 1553 | if (chip->irq < 0) |
1554 | goto __hw_end; | 1554 | goto __hw_end; |
1555 | snd_atiixp_chip_stop(chip); | 1555 | snd_atiixp_chip_stop(chip); |
1556 | synchronize_irq(chip->irq); | 1556 | |
1557 | __hw_end: | 1557 | __hw_end: |
1558 | if (chip->irq >= 0) | 1558 | if (chip->irq >= 0) |
1559 | free_irq(chip->irq, chip); | 1559 | free_irq(chip->irq, chip); |