summaryrefslogtreecommitdiff
path: root/xhfc/base.c
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@proformatique.com>2012-02-09 16:17:18 +0100
committerGuillaume Knispel <gknispel@proformatique.com>2012-02-09 16:17:18 +0100
commit6259c02d6cd0a9e4fd0189f28d16c1df0862553a (patch)
tree62569c4c223246dd055aeb6cc1cdc96695f4c3a1 /xhfc/base.c
parent0e7486d3eff5dfb00de73d7a1e4cd098559d2c60 (diff)
lowercase name of XHFC interrupt
Diffstat (limited to 'xhfc/base.c')
-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;