projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b175a7
)
Fix yenta error message when unable to find a bus assignment
author
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 14 Sep 2005 20:05:17 +0000
(13:05 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 14 Sep 2005 20:05:17 +0000
(13:05 -0700)
And mention 'pci=assign-busses' as a possible fix.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/pcmcia/yenta_socket.c
patch
|
blob
|
history
diff --git
a/drivers/pcmcia/yenta_socket.c
b/drivers/pcmcia/yenta_socket.c
index 2e43911b487631cb0653d8e4819695328a68b424..ba4d78e5b121fdd126fd54d7651a4740da83490f 100644
(file)
--- 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
* Bail out if so.
*/
if (!dev->subordinate) {
- printk(KERN_ERR
OR "Yenta: no bus associated with %s!\n",
- pci_name(dev));
+ printk(KERN_ERR
"Yenta: no bus associated with %s! "
+
"(try 'pci=assign-busses')\n",
pci_name(dev));
return -ENODEV;
}