[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220218101712.530576-8-claudiu.beznea@microchip.com>
Date: Fri, 18 Feb 2022 12:17:12 +0200
From: Claudiu Beznea <claudiu.beznea@...rochip.com>
To: <mpm@...enic.com>, <herbert@...dor.apana.org.au>,
<nicolas.ferre@...rochip.com>, <alexandre.belloni@...tlin.com>,
<linux-crypto@...r.kernel.org>
CC: <linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>,
Claudiu Beznea <claudiu.beznea@...rochip.com>
Subject: [PATCH 7/7] hwrnd: atmel - remove extra line
Remove extra line.
Signed-off-by: Claudiu Beznea <claudiu.beznea@...rochip.com>
---
drivers/char/hw_random/atmel-rng.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/char/hw_random/atmel-rng.c b/drivers/char/hw_random/atmel-rng.c
index b662d44a09a6..b8effe77d80f 100644
--- a/drivers/char/hw_random/atmel-rng.c
+++ b/drivers/char/hw_random/atmel-rng.c
@@ -165,7 +165,6 @@ static int atmel_trng_remove(struct platform_device *pdev)
{
struct atmel_trng *trng = platform_get_drvdata(pdev);
-
atmel_trng_cleanup(trng);
pm_runtime_disable(&pdev->dev);
pm_runtime_set_suspended(&pdev->dev);
--
2.32.0
Powered by blists - more mailing lists