summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/mpfs-rng.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/hw_random/mpfs-rng.c')
-rw-r--r--drivers/char/hw_random/mpfs-rng.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/hw_random/mpfs-rng.c b/drivers/char/hw_random/mpfs-rng.c
index 5813da617a48..c6972734ae62 100644
--- a/drivers/char/hw_random/mpfs-rng.c
+++ b/drivers/char/hw_random/mpfs-rng.c
@@ -78,7 +78,6 @@ static int mpfs_rng_probe(struct platform_device *pdev)
rng_priv->rng.read = mpfs_rng_read;
rng_priv->rng.name = pdev->name;
- rng_priv->rng.quality = 1024;
platform_set_drvdata(pdev, rng_priv);