mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-26 09:26:51 +08:00
spi: Fix reversed args to time_before() in Freescale stmp driver.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
committed by
Grant Likely
parent
358934a60d
commit
68ea2d82c3
@@ -76,7 +76,7 @@ struct stmp_spi {
|
||||
break; \
|
||||
} \
|
||||
cpu_relax(); \
|
||||
} while (time_before(end_jiffies, jiffies)); \
|
||||
} while (time_before(jiffies, end_jiffies)); \
|
||||
succeeded; \
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user