Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109818
b: refs/heads/master
c: 53bc887
h: refs/heads/master
v: v3
  • Loading branch information
Johann Felix Soden authored and Jesse Barnes committed Sep 9, 2008
1 parent 8fb6751 commit 68361cc
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 4ca8a7726fb0e8094fdb56f2ae2d69fcf9254eae
refs/heads/master: 53bc88701be91e7f631ad31418b32392aa952e9b
6 changes: 5 additions & 1 deletion trunk/drivers/pci/setup-bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,11 @@ static void pci_bus_dump_res(struct pci_bus *bus)
if (!res)
continue;

printk(KERN_INFO "bus: %02x index %x %s: [%llx, %llx]\n", bus->number, i, (res->flags & IORESOURCE_IO)? "io port":"mmio", res->start, res->end);
printk(KERN_INFO "bus: %02x index %x %s: [%llx, %llx]\n",
bus->number, i,
(res->flags & IORESOURCE_IO) ? "io port" : "mmio",
(unsigned long long) res->start,
(unsigned long long) res->end);
}
}

Expand Down

0 comments on commit 68361cc

Please sign in to comment.