hwrng: core - do not bother to order list of devices by quality
authorDominik Brodowski <linux@dominikbrodowski.net>
Sun, 13 Feb 2022 20:46:28 +0000 (21:46 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 18 Feb 2022 05:21:10 +0000 (16:21 +1100)
commitc90e453916bd4d74297303d000f011cdb47a7d94
treee24adb3f3ff160374ad3d7d4ecc0016f390ca789
parent973d74e93820d99d8ea203882631c76edab699c9
hwrng: core - do not bother to order list of devices by quality

There is no real reason why this list needs to be kept ordered by
the driver-provided quality value -- a value which is set only by
a handful of hw_random devices anyway.

Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/core.c