From 1653b9dd29b780476545f807d8ae52efcae02048 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Thu, 19 Jul 2007 02:05:03 +0000 Subject: update to 2.6.22 request_irq() flags git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2756 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct1xxp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wct1xxp.c') diff --git a/wct1xxp.c b/wct1xxp.c index 9d265d5..d383cd2 100644 --- a/wct1xxp.c +++ b/wct1xxp.c @@ -1318,7 +1318,7 @@ static int __devinit t1xxp_init_one(struct pci_dev *pdev, const struct pci_devic /* Keep track of which device we are */ pci_set_drvdata(pdev, wc); - if (request_irq(pdev->irq, t1xxp_interrupt, SA_INTERRUPT | SA_SHIRQ, "t1xxp", wc)) { + if (request_irq(pdev->irq, t1xxp_interrupt, ZAP_IRQ_SHARED_DISABLED, "t1xxp", wc)) { printk("t1xxp: Unable to request IRQ %d\n", pdev->irq); kfree(wc); return -EIO; -- cgit v1.2.3