summaryrefslogtreecommitdiff
path: root/xhfc
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@proformatique.com>2010-10-12 12:30:50 +0200
committerGuillaume Knispel <gknispel@proformatique.com>2010-10-14 18:32:58 +0200
commit6c140d46b3ea5bb8f89f908b1a6851702e63b91c (patch)
tree3ede70f2aff0b0070a9222e9485d7e61639432c0 /xhfc
parentfe29877cdf2fb94e77b096ec601ba1ec555efc91 (diff)
don't share the interrupt of the xhfc
Diffstat (limited to 'xhfc')
-rw-r--r--xhfc/xhfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xhfc/xhfc.c b/xhfc/xhfc.c
index 37f4ef5..9ec5201 100644
--- a/xhfc/xhfc.c
+++ b/xhfc/xhfc.c
@@ -1063,7 +1063,7 @@ int __devinit xhfc_init_one(struct pci_dev *pdev,
card_cnt++;
- if ((rc = request_irq(pi->irq, &xhfc_interrupt, IRQF_SHARED, "XHFC", pi))) {
+ if ((rc = request_irq(pi->irq, &xhfc_interrupt, 0, "XHFC", pi))) {
printk(KERN_WARNING "%s %s: couldn't get interrupt %d\n",
pi->name, __FUNCTION__, pi->irq);
goto err_request_irq;