]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/pci/sis7019.c
sgiioc4: fix error cleanup path (take 2)
[linux-2.6-omap-h63xx.git] / sound / pci / sis7019.c
index 742f1180c39e44ccdc65bb3214c0d7ebf8c2c4ec..df2007e3be7cbf63bb18f68c3ee144b6b5a1520b 100644 (file)
@@ -1194,7 +1194,6 @@ static int sis_suspend(struct pci_dev *pci, pm_message_t state)
        /* snd_pcm_suspend_all() stopped all channels, so we're quiescent.
         */
        if (sis->irq >= 0) {
-               synchronize_irq(sis->irq);
                free_irq(sis->irq, sis);
                sis->irq = -1;
        }