Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294789
b: refs/heads/master
c: cf48fb6
h: refs/heads/master
i:
  294787: 78576f8
v: v3
  • Loading branch information
Bjorn Helgaas authored and Jesse Barnes committed Mar 20, 2012
1 parent 5fcb7dd commit 6cfe3dd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 63ab387ca0d1576edef35ef68e4b8ea5e0757b7a
refs/heads/master: cf48fb6a2bf2e59990e1438d0dedc706df911996
1 change: 1 addition & 0 deletions trunk/drivers/pci/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ static void __devinit pci_read_bridge_io(struct pci_bus *child)

if (base && base <= limit) {
res->flags = (io_base_lo & PCI_IO_RANGE_TYPE_MASK) | IORESOURCE_IO;
res2.flags = res->flags;
region.start = base;
region.end = limit + 0xfff;
pcibios_bus_to_resource(dev, &res2, &region);
Expand Down

0 comments on commit 6cfe3dd

Please sign in to comment.