Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8937
b: refs/heads/master
c: 5a23f34
h: refs/heads/master
i:
  8935: 6a9158b
v: v3
  • Loading branch information
Linus Torvalds committed Sep 14, 2005
1 parent 7ca789e commit d06aae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0b175a7e68c2f51555820efb0a01681e3419c1bc
refs/heads/master: 5a23f34798f15838fe1b7f0fd7e5be388e08c2b2
4 changes: 2 additions & 2 deletions trunk/drivers/pcmcia/yenta_socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -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_ERROR "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;
}

Expand Down

0 comments on commit d06aae3

Please sign in to comment.