1
0
Fork 0

caamrng: bump up quality so it is used by default

eirik/updates-from-linux-fsl
Martin T. H. Sandsmark 2016-11-29 13:06:04 +01:00 committed by Eirik Schultz
parent 887170c499
commit d20e514f80
No known key found for this signature in database
GPG Key ID: CA85F5BFB83767F3
1 changed files with 1 additions and 0 deletions

View File

@ -343,6 +343,7 @@ static struct hwrng caam_rng = {
.name = "rng-caam",
.cleanup = caam_cleanup,
.read = caam_read,
.quality = 1000,
};
static void __exit caam_rng_exit(void)