X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Foss%2Fes1370.c;fp=sound%2Foss%2Fes1370.c;h=13f4831497374535f7afe6acbf1155d69da8f4cb;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=094f569cc6e07cb545b68e29bc2f4bfa37a06af5;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/sound/oss/es1370.c b/sound/oss/es1370.c index 094f569cc..13f483149 100644 --- a/sound/oss/es1370.c +++ b/sound/oss/es1370.c @@ -2650,7 +2650,7 @@ static int __devinit es1370_probe(struct pci_dev *pcidev, const struct pci_devic ret = -EBUSY; goto err_region; } - if ((ret=request_irq(s->irq, es1370_interrupt, SA_SHIRQ, "es1370",s))) { + if ((ret=request_irq(s->irq, es1370_interrupt, IRQF_SHARED, "es1370",s))) { printk(KERN_ERR "es1370: irq %u in use\n", s->irq); goto err_irq; }