Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57215
b: refs/heads/master
c: 3c92c57
h: refs/heads/master
i:
  57213: e8051b7
  57211: 339f765
  57207: e8d6446
  57199: d6c5cbb
  57183: 6bce9a2
  57151: ee741d1
  57087: c4afeac
v: v3
  • Loading branch information
Ben Gardner authored and Greg Kroah-Hartman committed May 31, 2007
1 parent c98fb61 commit c420f7e
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: e3008dedff4bdc96a5f67224cd3d8d12237082a0
refs/heads/master: 3c92c57af9a24a08b8d2f76650b1209239914fcd
3 changes: 2 additions & 1 deletion trunk/drivers/pci/search.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,11 @@ const struct pci_device_id *pci_find_present(const struct pci_device_id *ids)
while (ids->vendor || ids->subvendor || ids->class_mask) {
list_for_each_entry(dev, &pci_devices, global_list) {
if ((found = pci_match_one_device(ids, dev)) != NULL)
break;
goto exit;
}
ids++;
}
exit:
up_read(&pci_bus_sem);
return found;
}
Expand Down

0 comments on commit c420f7e

Please sign in to comment.