random: use proper jiffies comparison macro
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 10 May 2022 13:20:42 +0000 (15:20 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 18 May 2022 13:53:53 +0000 (15:53 +0200)
commit8a5b8a4a4ceb353b4dd5bafd09e2b15751bcdb51
treeca09673ff4a855ed4c6d439748e1c955af3aed57
parentcc1e127bfa95b5fb2f9307e7168bf8b2b45b4c5e
random: use proper jiffies comparison macro

This expands to exactly the same code that it replaces, but makes things
consistent by using the same macro for jiffy comparisons throughout.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
drivers/char/random.c