Skip to content
Commit 3c202d14 authored by Jason A. Donenfeld's avatar Jason A. Donenfeld
Browse files

prandom: remove prandom_u32_max()



Convert the final two users of prandom_u32_max() that slipped in during
6.2-rc1 to use get_random_u32_below().

Then, with no more users left, we can finally remove the deprecated
function.

Signed-off-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
parent 41a15855
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment