Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206090
b: refs/heads/master
c: 7736a05
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and Jesse Barnes committed Jul 30, 2010
1 parent 91fa4a5 commit 1ef5cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7bd1c365fd124624191d49dcc1eb9759d6017ec3
refs/heads/master: 7736a05a320712c0a9b8f9e1cd0688b2c0848009
2 changes: 1 addition & 1 deletion trunk/drivers/pci/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void pci_bus_remove_resources(struct pci_bus *bus)
int i;

for (i = 0; i < PCI_BRIDGE_RESOURCE_NUM; i++)
bus->resource[i] = 0;
bus->resource[i] = NULL;

list_for_each_entry_safe(bus_res, tmp, &bus->resources, list) {
list_del(&bus_res->list);
Expand Down

0 comments on commit 1ef5cf0

Please sign in to comment.