Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127358
b: refs/heads/master
c: 2993528
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas authored and Jesse Barnes committed Jan 7, 2009
1 parent fd02331 commit 53e455d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 2a9d35219c593bdf46ec21f2b75a6370af7af1b0
refs/heads/master: 29935282f24a6ce2f0a65c3d77fb7f695461f583
6 changes: 3 additions & 3 deletions trunk/drivers/pci/setup-bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,9 @@ static void pci_bus_dump_res(struct pci_bus *bus)
if (!res)
continue;

printk(KERN_INFO "bus: %02x index %x %s: %pR\n",
bus->number, i,
(res->flags & IORESOURCE_IO) ? "io port" : "mmio", res);
printk(KERN_DEBUG "pci %04x:%02x: bus resource %d %s %pR\n",
pci_domain_nr(bus), bus->number, i,
(res->flags & IORESOURCE_IO) ? "io: " : "mem:", res);
}
}

Expand Down

0 comments on commit 53e455d

Please sign in to comment.