diff options
Diffstat (limited to 'sound/pci/via82xx_modem.c')
-rw-r--r-- | sound/pci/via82xx_modem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/via82xx_modem.c b/sound/pci/via82xx_modem.c index f5df1c79bee1..31f64ee39882 100644 --- a/sound/pci/via82xx_modem.c +++ b/sound/pci/via82xx_modem.c | |||
@@ -1075,7 +1075,7 @@ static int snd_via82xx_free(struct via82xx_modem *chip) | |||
1075 | /* disable interrupts */ | 1075 | /* disable interrupts */ |
1076 | for (i = 0; i < chip->num_devs; i++) | 1076 | for (i = 0; i < chip->num_devs; i++) |
1077 | snd_via82xx_channel_reset(chip, &chip->devs[i]); | 1077 | snd_via82xx_channel_reset(chip, &chip->devs[i]); |
1078 | synchronize_irq(chip->irq); | 1078 | |
1079 | __end_hw: | 1079 | __end_hw: |
1080 | if (chip->irq >= 0) | 1080 | if (chip->irq >= 0) |
1081 | free_irq(chip->irq, chip); | 1081 | free_irq(chip->irq, chip); |