random: use proper jiffies comparison macro
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 10 May 2022 13:20:42 +0000 (15:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 May 2022 07:29:16 +0000 (09:29 +0200)
commitac0172992c9427b84d17d9f89dbbeb38e4005eaa
tree2be17e3690538f767e7708d9cf4f54613e4e6e16
parent8df752b82ec59b7d23c3d56b0d9bf0fdd140ce80
random: use proper jiffies comparison macro

commit 8a5b8a4a4ceb353b4dd5bafd09e2b15751bcdb51 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/random.c