summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn')
-rw-r--r--drivers/isdn/hisax/hfc4s8s_l1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hisax/hfc4s8s_l1.c b/drivers/isdn/hisax/hfc4s8s_l1.c
index c49c294fc81e..414dbf6da89a 100644
--- a/drivers/isdn/hisax/hfc4s8s_l1.c
+++ b/drivers/isdn/hisax/hfc4s8s_l1.c
@@ -1620,7 +1620,7 @@ hfc4s8s_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
1620#else 1620#else
1621 if (!request_region(hw->iobase, 8, hw->card_name)) { 1621 if (!request_region(hw->iobase, 8, hw->card_name)) {
1622 printk(KERN_INFO 1622 printk(KERN_INFO
1623 "HFC-4S/8S: failed to rquest address space at 0x%04x\n", 1623 "HFC-4S/8S: failed to request address space at 0x%04x\n",
1624 hw->iobase); 1624 hw->iobase);
1625 goto out; 1625 goto out;
1626 } 1626 }