Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162809
b: refs/heads/master
c: fff9c81
h: refs/heads/master
i:
  162807: 3bdba1c
v: v3
  • Loading branch information
Roel Kluin authored and Ralf Baechle committed Sep 17, 2009
1 parent 9766889 commit 7fb2d54
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: e3bf887d73309808d47c74f2f024d2497c8f7048
refs/heads/master: fff9c815291d5f4132976ac337337ea5813663e6
2 changes: 1 addition & 1 deletion trunk/drivers/staging/octeon/cvmx-mdio.h
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ static inline int cvmx_mdio_45_read(int bus_id, int phy_id, int device,
do {
cvmx_wait(1000);
smi_rd.u64 = cvmx_read_csr(CVMX_SMIX_RD_DAT(bus_id));
} while (smi_rd.s.pending && timeout--);
} while (smi_rd.s.pending && --timeout);

if (timeout <= 0) {
cvmx_dprintf("cvmx_mdio_45_read: bus_id %d phy_id %2d "
Expand Down

0 comments on commit 7fb2d54

Please sign in to comment.