Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127403
b: refs/heads/master
c: a19f5df
h: refs/heads/master
i:
  127401: 94a274e
  127399: ab6a959
v: v3
  • Loading branch information
Bjorn Helgaas authored and Jesse Barnes committed Jan 7, 2009
1 parent bb2d1b3 commit f56f507
Show file tree
Hide file tree
Showing 2 changed files with 3 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: db5679437a2b938c9127480a3923633721583a4f
refs/heads/master: a19f5df7d9696b9e53ba7c865816597057d5f76e
5 changes: 2 additions & 3 deletions trunk/drivers/pci/setup-bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,8 @@ static void pci_bus_dump_res(struct pci_bus *bus)
if (!res)
continue;

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);
dev_printk(KERN_DEBUG, &bus->dev, "resource %d %s %pR\n", i,
(res->flags & IORESOURCE_IO) ? "io: " : "mem:", res);
}
}

Expand Down

0 comments on commit f56f507

Please sign in to comment.