Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180968
b: refs/heads/master
c: 7c9342b
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Jesse Barnes committed Feb 23, 2010
1 parent 87b0b99 commit 670f8c9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5eeec0ec931a01e85b3701ce121b7d8a1800ec60
refs/heads/master: 7c9342b8dd1a32386fc32bffb9eedebbfe264763
3 changes: 2 additions & 1 deletion trunk/drivers/pci/setup-bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,8 @@ static void pci_bus_dump_res(struct pci_bus *bus)

for (i = 0; i < PCI_BUS_NUM_RESOURCES; i++) {
struct resource *res = bus->resource[i];
if (!res || !res->end)

if (!res || !res->end || !res->flags)
continue;

dev_printk(KERN_DEBUG, &bus->dev, "resource %d %pR\n", i, res);
Expand Down

0 comments on commit 670f8c9

Please sign in to comment.