|
@@ -90,7 +90,7 @@ static int stmmac_pci_probe(struct pci_dev *pdev,
|
|
}
|
|
}
|
|
|
|
|
|
/* Get the base address of device */
|
|
/* Get the base address of device */
|
|
- for (i = 0; i <= 5; i++) {
|
|
|
|
|
|
+ for (i = 0; i <= PCI_STD_RESOURCE_END; i++) {
|
|
if (pci_resource_len(pdev, i) == 0)
|
|
if (pci_resource_len(pdev, i) == 0)
|
|
continue;
|
|
continue;
|
|
addr = pci_iomap(pdev, i, 0);
|
|
addr = pci_iomap(pdev, i, 0);
|