We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaecce1 commit a0f19a8Copy full SHA for a0f19a8
drivers/char/hw_random/omap3-rom-rng.c
@@ -88,6 +88,7 @@ static int omap3_rom_rng_read(struct hwrng *rng, void *data, size_t max, bool w)
88
89
static struct hwrng omap3_rom_rng_ops = {
90
.name = "omap3-rom",
91
+ .quality = 900,
92
};
93
94
static int omap3_rom_rng_probe(struct platform_device *pdev)
0 commit comments