diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/isdn/hardware/mISDN/hfcmulti.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/isdn/hardware/mISDN/hfcmulti.c b/drivers/isdn/hardware/mISDN/hfcmulti.c index fd77bb15d790..faed794cf75a 100644 --- a/drivers/isdn/hardware/mISDN/hfcmulti.c +++ b/drivers/isdn/hardware/mISDN/hfcmulti.c | |||
@@ -5370,9 +5370,10 @@ hfcmulti_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
5370 | ent->device == PCI_DEVICE_ID_CCD_HFC8S || | 5370 | ent->device == PCI_DEVICE_ID_CCD_HFC8S || |
5371 | ent->device == PCI_DEVICE_ID_CCD_HFCE1)) { | 5371 | ent->device == PCI_DEVICE_ID_CCD_HFCE1)) { |
5372 | printk(KERN_ERR | 5372 | printk(KERN_ERR |
5373 | "Unknown HFC multiport controller (vendor:%x device:%x " | 5373 | "Unknown HFC multiport controller (vendor:%04x device:%04x " |
5374 | "subvendor:%x subdevice:%x)\n", ent->vendor, ent->device, | 5374 | "subvendor:%04x subdevice:%04x)\n", pdev->vendor, |
5375 | ent->subvendor, ent->subdevice); | 5375 | pdev->device, pdev->subsystem_vendor, |
5376 | pdev->subsystem_device); | ||
5376 | printk(KERN_ERR | 5377 | printk(KERN_ERR |
5377 | "Please contact the driver maintainer for support.\n"); | 5378 | "Please contact the driver maintainer for support.\n"); |
5378 | return -ENODEV; | 5379 | return -ENODEV; |