Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294737
b: refs/heads/master
c: eb572e7
h: refs/heads/master
i:
  294735: d8de5ce
v: v3
  • Loading branch information
Yinghai Lu authored and Jesse Barnes committed Feb 24, 2012
1 parent 0a95a2e commit 6dabc23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b55438fdd5173a367659a7e200acea6c9f77b8cb
refs/heads/master: eb572e7c76f154d75f90a783924f88afc34d5fec
3 changes: 3 additions & 0 deletions trunk/drivers/pci/setup-bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -1347,6 +1347,9 @@ pci_assign_unassigned_resources(void)
goto enable_and_dump;

if (tried_times >= pci_try_num) {
if (pci_realloc_enable == undefined)
printk(KERN_INFO "Some PCI device resources are unassigned, try booting with pci=realloc\n");

free_list(&fail_head);
goto enable_and_dump;
}
Expand Down

0 comments on commit 6dabc23

Please sign in to comment.