summaryrefslogtreecommitdiff
path: root/wcte12xp.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcte12xp.c')
-rw-r--r--wcte12xp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcte12xp.c b/wcte12xp.c
index 2c7df0f..74b7056 100644
--- a/wcte12xp.c
+++ b/wcte12xp.c
@@ -1927,7 +1927,7 @@ static int __devinit te12xp_init_one(struct pci_dev *pdev, const struct pci_devi
/* Keep track of which device we are */
pci_set_drvdata(pdev, wc);
- if (request_irq(pdev->irq, te12xp_interrupt, SA_SHIRQ, te12xp_driver.name, wc)) {
+ if (request_irq(pdev->irq, te12xp_interrupt, ZAP_IRQ_SHARED, te12xp_driver.name, wc)) {
module_printk("Unable to request IRQ %d\n", pdev->irq);
if (wc->freeregion)
release_region(wc->iobase, 0xff);