]> err.no Git - linux-2.6/blobdiff - sound/pci/maestro3.c
Merge branch 'fb' into devel
[linux-2.6] / 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);