[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220221075928.563806-8-claudiu.beznea@microchip.com>
Date: Mon, 21 Feb 2022 09:59:28 +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>
CC: <linux-arm-kernel@...ts.infradead.org>,
<linux-crypto@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Claudiu Beznea <claudiu.beznea@...rochip.com>
Subject: [PATCH v2 7/7] hwrng: 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