aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/bcma/driver_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bcma/driver_pci.c b/drivers/bcma/driver_pci.c
index b98b8359bef..e757e4e3c7e 100644
--- a/drivers/bcma/driver_pci.c
+++ b/drivers/bcma/driver_pci.c
@@ -81,7 +81,7 @@ static u16 bcma_pcie_mdio_read(struct bcma_drv_pci *pc, u8 device, u8 address)
81 pcicore_write32(pc, mdio_data, v); 81 pcicore_write32(pc, mdio_data, v);
82 /* Wait for the device to complete the transaction */ 82 /* Wait for the device to complete the transaction */
83 udelay(10); 83 udelay(10);
84 for (i = 0; i < 200; i++) { 84 for (i = 0; i < max_retries; i++) {
85 v = pcicore_read32(pc, mdio_control); 85 v = pcicore_read32(pc, mdio_control);
86 if (v & 0x100 /* Trans complete */) { 86 if (v & 0x100 /* Trans complete */) {
87 udelay(10); 87 udelay(10);