X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=sound%2Fpci%2Fatiixp_modem.c;h=d457a32a7939fffb7987af0709a3bb353ce647c3;hb=b17b3d479c4c43c3a980ee553c3be3ca456523de;hp=ce752f84457ad6ee9b6756a66c45557cfeb19e38;hpb=40b42f1ebf653cd72c32eb1a1a0b9fea2dfbfd7d;p=linux-2.6 diff --git a/sound/pci/atiixp_modem.c b/sound/pci/atiixp_modem.c index ce752f8445..d457a32a79 100644 --- a/sound/pci/atiixp_modem.c +++ b/sound/pci/atiixp_modem.c @@ -19,7 +19,6 @@ * */ -#include #include #include #include @@ -1198,7 +1197,7 @@ static int snd_atiixp_free(struct atiixp_modem *chip) if (chip->irq < 0) goto __hw_end; snd_atiixp_chip_stop(chip); - synchronize_irq(chip->irq); + __hw_end: if (chip->irq >= 0) free_irq(chip->irq, chip);