Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68ea2d82 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Grant Likely
Browse files

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

parent 358934a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ struct stmp_spi {
			break;						\
		}							\
		cpu_relax();						\
	} while (time_before(end_jiffies, jiffies));			\
	} while (time_before(jiffies, end_jiffies));			\
	succeeded;							\
	})