|
@@ -2773,7 +2773,7 @@ static int __init pci_apply_final_quirks(void)
|
|
|
printk(KERN_DEBUG "PCI: CLS %u bytes\n",
|
|
|
pci_cache_line_size << 2);
|
|
|
|
|
|
- while ((dev = pci_get_device(PCI_ANY_ID, PCI_ANY_ID, dev)) != NULL) {
|
|
|
+ for_each_pci_dev(dev) {
|
|
|
pci_fixup_device(pci_fixup_final, dev);
|
|
|
/*
|
|
|
* If arch hasn't set it explicitly yet, use the CLS
|