aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/char/hw_random/tx4939-rng.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/hw_random/tx4939-rng.c b/drivers/char/hw_random/tx4939-rng.c
index d34a24a0d484..00593c847cf0 100644
--- a/drivers/char/hw_random/tx4939-rng.c
+++ b/drivers/char/hw_random/tx4939-rng.c
@@ -154,7 +154,6 @@ static int __exit tx4939_rng_remove(struct platform_device *dev)
154 struct tx4939_rng *rngdev = platform_get_drvdata(dev); 154 struct tx4939_rng *rngdev = platform_get_drvdata(dev);
155 155
156 hwrng_unregister(&rngdev->rng); 156 hwrng_unregister(&rngdev->rng);
157 platform_set_drvdata(dev, NULL);
158 return 0; 157 return 0;
159} 158}
160 159