Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63658
b: refs/heads/master
c: 3a77d29
h: refs/heads/master
v: v3
  • Loading branch information
Segher Boessenkool authored and Paul Mackerras committed Aug 3, 2007
1 parent 7ede68e commit ec49fe8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: b9c3fdb0f0fe02ba33e87ef947f23cd12e6196fe
refs/heads/master: 3a77d291be53fbc619f14a6199b9b4cac036c476
5 changes: 4 additions & 1 deletion trunk/arch/powerpc/kernel/pci_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,8 +581,11 @@ pcibios_assign_resources(void)
if ((r->flags & IORESOURCE_UNSET) && r->end &&
(!ppc_md.pcibios_enable_device_hook ||
!ppc_md.pcibios_enable_device_hook(dev, 1))) {
int rc;

r->flags &= ~IORESOURCE_UNSET;
pci_assign_resource(dev, idx);
rc = pci_assign_resource(dev, idx);
BUG_ON(rc);
}
}

Expand Down

0 comments on commit ec49fe8

Please sign in to comment.