X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=sound%2Foss%2Fforte.c;h=ea1c0207aef2f45bc466a504c898a1eda1cd4362;hb=185a257f2f73bcd89050ad02da5bedbc28fc43fa;hp=44e578098d76e77768ea6a872ff077eb5e89be85;hpb=aa0a2ddc54fa8a22060d17a9ca7bbc4bcc51f260;p=linux-2.6-omap-h63xx.git diff --git a/sound/oss/forte.c b/sound/oss/forte.c index 44e578098d7..ea1c0207aef 100644 --- a/sound/oss/forte.c +++ b/sound/oss/forte.c @@ -2026,7 +2026,7 @@ forte_probe (struct pci_dev *pci_dev, const struct pci_device_id *pci_id) chip->iobase = pci_resource_start (pci_dev, 0); chip->irq = pci_dev->irq; - if (request_irq (chip->irq, forte_interrupt, SA_SHIRQ, DRIVER_NAME, + if (request_irq (chip->irq, forte_interrupt, IRQF_SHARED, DRIVER_NAME, chip)) { printk (KERN_WARNING PFX "Unable to reserve IRQ"); ret = -EIO;