summaryrefslogtreecommitdiff
path: root/xhfc
diff options
context:
space:
mode:
Diffstat (limited to 'xhfc')
-rw-r--r--xhfc/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xhfc/base.c b/xhfc/base.c
index 6d0afe0..f7ad004 100644
--- a/xhfc/base.c
+++ b/xhfc/base.c
@@ -1169,7 +1169,7 @@ static int __devinit xhfc_init_one(struct pci_dev *pdev,
card_cnt++;
- if ((rc = request_irq(pi->irq, &xhfc_interrupt, 0, "XHFC", pi))) {
+ if ((rc = request_irq(pi->irq, &xhfc_interrupt, 0, "xhfc", pi))) {
printk(KERN_WARNING "%s %s: couldn't get interrupt %d\n",
DRIVER_NAME, __func__, pi->irq);
goto err_request_irq;