diff options
Diffstat (limited to 'drivers/pcmcia')
-rw-r--r-- | drivers/pcmcia/yenta_socket.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pcmcia/yenta_socket.c b/drivers/pcmcia/yenta_socket.c index 2e43911b4876..ba4d78e5b121 100644 --- a/drivers/pcmcia/yenta_socket.c +++ b/drivers/pcmcia/yenta_socket.c | |||
@@ -1052,8 +1052,8 @@ static int __devinit yenta_probe (struct pci_dev *dev, const struct pci_device_i | |||
1052 | * Bail out if so. | 1052 | * Bail out if so. |
1053 | */ | 1053 | */ |
1054 | if (!dev->subordinate) { | 1054 | if (!dev->subordinate) { |
1055 | printk(KERN_ERROR "Yenta: no bus associated with %s!\n", | 1055 | printk(KERN_ERR "Yenta: no bus associated with %s! " |
1056 | pci_name(dev)); | 1056 | "(try 'pci=assign-busses')\n", pci_name(dev)); |
1057 | return -ENODEV; | 1057 | return -ENODEV; |
1058 | } | 1058 | } |
1059 | 1059 | ||