aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/spi/spi-rockchip.txt
diff options
context:
space:
mode:
authorDoug Anderson <dianders@chromium.org>2014-09-03 16:44:25 -0400
committerMark Brown <broonie@kernel.org>2014-09-04 18:54:11 -0400
commit64bc0110f1ec905b1676b5ef60c1cc5b1799e1b6 (patch)
tree88cbe1c3b5b31576b3688d4e1fc0521a593c99d4 /Documentation/devicetree/bindings/spi/spi-rockchip.txt
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff)
spi/rockchip: Fix the wait_for_idle() timeout
The wait_for_idle() could get unlucky and timeout too quickly. Specifically, the old calculation was effectively: timeout = jiffies + 1; if (jiffies >= timeout) print warning; From the above it should be obvious that if jiffies ticks in just the wrong place then we'll have an effective timeout of 0. Fix this by effectively changing the above ">=" to a ">". That gives us an extra jiffy to finish. Signed-off-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/spi/spi-rockchip.txt')
0 files changed, 0 insertions, 0 deletions