hwrng: omap3-rom - Initialize default quality to get data
authorTony Lindgren <tony@atomide.com>
Sat, 14 Sep 2019 21:02:57 +0000 (14:02 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 4 Oct 2019 15:06:11 +0000 (01:06 +1000)
Similar to commit 62f95ae805fa ("hwrng: omap - Set default quality")
we need to initialize the default quality for the RNG to be used.

The symptoms of this problem is that doing hd /dev/random does not
produce much data at all.

Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: Adam Ford <aford173@gmail.com>
Cc: Pali Rohár <pali.rohar@gmail.com>
Cc: Sebastian Reichel <sre@kernel.org>
Cc: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/omap3-rom-rng.c

index 8df3cad7c97aeb7e622f39263ad8bde85eb9d679..f5247e9ae6dffeff69ba95599a0cf6e2f8743c22 100644 (file)
@@ -88,6 +88,7 @@ static int omap3_rom_rng_read(struct hwrng *rng, void *data, size_t max, bool w)
 
 static struct hwrng omap3_rom_rng_ops = {
        .name           = "omap3-rom",
+       .quality        = 900,
 };
 
 static int omap3_rom_rng_probe(struct platform_device *pdev)