Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376182
b: refs/heads/master
c: bee7dd9
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed May 24, 2013
1 parent 783d2cf commit 46838f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 8fc1f5d7eff9a4ed0cdb7215e7ca4b82b931d6d7
refs/heads/master: bee7dd9c5fd5ab944e2e0ef3b92905fcbc993768
7 changes: 4 additions & 3 deletions trunk/arch/powerpc/kernel/pci-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1520,9 +1520,10 @@ static void pcibios_setup_phb_resources(struct pci_controller *hose,
for (i = 0; i < 3; ++i) {
res = &hose->mem_resources[i];
if (!res->flags) {
printk(KERN_ERR "PCI: Memory resource 0 not set for "
"host bridge %s (domain %d)\n",
hose->dn->full_name, hose->global_number);
if (i == 0)
printk(KERN_ERR "PCI: Memory resource 0 not set for "
"host bridge %s (domain %d)\n",
hose->dn->full_name, hose->global_number);
continue;
}
offset = hose->mem_offset[i];
Expand Down

0 comments on commit 46838f7

Please sign in to comment.