ALSA: azt3328: Remove unnecessary synchronize_irq() before free_irq()
[linux-2.6-microblaze.git] / sound / pci / azt3328.c
index 07a4acc..5e2ef0b 100644 (file)
@@ -2294,8 +2294,6 @@ snd_azf3328_free(struct snd_azf3328 *chip)
        snd_azf3328_timer_stop(chip->timer);
        snd_azf3328_gameport_free(chip);
 
-       if (chip->irq >= 0)
-               synchronize_irq(chip->irq);
 __end_hw:
        if (chip->irq >= 0)
                free_irq(chip->irq, chip);