提交 68ea2d82 编写于 作者: R Robert P. J. Day 提交者: Grant Likely

spi: Fix reversed args to time_before() in Freescale stmp driver.

Signed-off-by: NRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
上级 358934a6
......@@ -76,7 +76,7 @@ struct stmp_spi {
break; \
} \
cpu_relax(); \
} while (time_before(end_jiffies, jiffies)); \
} while (time_before(jiffies, end_jiffies)); \
succeeded; \
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册