diff options
-rw-r--r-- | drivers/isdn/hisax/hfc4s8s_l1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/isdn/hisax/hfc4s8s_l1.c b/drivers/isdn/hisax/hfc4s8s_l1.c index 9600cd771f1a..e034ed847ff3 100644 --- a/drivers/isdn/hisax/hfc4s8s_l1.c +++ b/drivers/isdn/hisax/hfc4s8s_l1.c | |||
@@ -1499,6 +1499,7 @@ hfc4s8s_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
1499 | printk(KERN_INFO | 1499 | printk(KERN_INFO |
1500 | "HFC-4S/8S: failed to request address space at 0x%04x\n", | 1500 | "HFC-4S/8S: failed to request address space at 0x%04x\n", |
1501 | hw->iobase); | 1501 | hw->iobase); |
1502 | err = -EBUSY; | ||
1502 | goto out; | 1503 | goto out; |
1503 | } | 1504 | } |
1504 | 1505 | ||