]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commiteccb3d8cb07eabbea264abea7fca0177daec6965
treeca09673ff4a855ed4c6d439748e1c955af3aed57
parent13cd7980484ca2b55bef06ed435c8ddf74309ef7
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