summaryrefslogtreecommitdiff
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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/char/hw_random/mpfs-rng.c b/drivers/char/hw_random/mpfs-rng.c
index 5813da617a48..0994024daa70 100644
--- a/drivers/char/hw_random/mpfs-rng.c
+++ b/drivers/char/hw_random/mpfs-rng.c
@@ -78,9 +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);
ret = devm_hwrng_register(&pdev->dev, &rng_priv->rng);
if (ret)