diff options
author | Roel Kluin <[email protected]> | 2009-08-26 14:48:35 +0200 |
---|---|---|
committer | Ralf Baechle <[email protected]> | 2009-09-17 20:07:41 +0200 |
commit | fff9c815291d5f4132976ac337337ea5813663e6 (patch) | |
tree | a21bac02e7de98ddc773d61ad98b77e8b55d7fe6 /drivers/mtd/lpddr/lpddr_cmds.c | |
parent | e3bf887d73309808d47c74f2f024d2497c8f7048 (diff) |
MIPS: Octeon: False positive timeout
If we reach the test just below the loop with a `timeout' value of 0,
this does not mean that the timeout caused the loop to end, but rather
the `smi_rd.s.pending', in the last iteration. If timeout caused the
loop to end, then `timeout' is -1, not 0.
Since this can occur only in the last iteration, it is not very likely
to be a problem. By changing the post- to prefix decrement we ensure
that a timeout of 0 does mean it timed out.
Signed-off-by: Roel Kluin <[email protected]>
Acked-by: David Daney <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions