Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux...
[deliverable/linux.git] / sound / pci / maestro3.c
index a753dae65ab6494e77e7397bb4e148065d472ca3..a536c59fbea1e4faed5155ce579ac0ac800e572b 100644 (file)
@@ -2542,10 +2542,8 @@ static int snd_m3_free(struct snd_m3 *chip)
        vfree(chip->suspend_mem);
 #endif
 
-       if (chip->irq >= 0) {
-               synchronize_irq(chip->irq);
+       if (chip->irq >= 0)
                free_irq(chip->irq, chip);
-       }
 
        if (chip->iobase)
                pci_release_regions(chip->pci);
This page took 0.037139 seconds and 5 git commands to generate.