Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202531
b: refs/heads/master
c: ccc5638
h: refs/heads/master
i:
  202529: ab2b3c3
  202527: 98d2876
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Dave Jones committed Aug 3, 2010
1 parent 0a64594 commit b0bc2a8
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: 9c36f746d7e191ad6f44f01859af843f0c4d3c5d
refs/heads/master: ccc5638a20b0eb3a66666d9d4dd8fe8f5ad40386
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/cpufreq/gx-suspmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static __init struct pci_dev *gx_detect_chipset(void)
}

/* detect which companion chip is used */
while ((gx_pci = pci_get_device(PCI_ANY_ID, PCI_ANY_ID, gx_pci)) != NULL) {
for_each_pci_dev(gx_pci) {
if ((pci_match_id(gx_chipset_tbl, gx_pci)) != NULL)
return gx_pci;
}
Expand Down

0 comments on commit b0bc2a8

Please sign in to comment.