Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247631
b: refs/heads/master
c: f1a9c1e
h: refs/heads/master
i:
  247629: 50e5fc4
  247627: e74c08f
  247623: 5ab61e4
  247615: 3627bb2
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed May 12, 2011
1 parent 900977a commit 0613791
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: 9ba7f4f5eba5f4b44c7796bbad29f8ec3a7d5864
refs/heads/master: f1a9c1e694f84938e6526590d23e88a791a8069f
2 changes: 1 addition & 1 deletion trunk/drivers/bcma/driver_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static u16 bcma_pcie_mdio_read(struct bcma_drv_pci *pc, u8 device, u8 address)
pcicore_write32(pc, mdio_data, v);
/* Wait for the device to complete the transaction */
udelay(10);
for (i = 0; i < 200; i++) {
for (i = 0; i < max_retries; i++) {
v = pcicore_read32(pc, mdio_control);
if (v & 0x100 /* Trans complete */) {
udelay(10);
Expand Down

0 comments on commit 0613791

Please sign in to comment.