[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230710024550.59544-5-frank.li@vivo.com>
Date: Mon, 10 Jul 2023 10:45:44 +0800
From: Yangtao Li <frank.li@...o.com>
To: Sergey Shtylyov <s.shtylyov@....ru>,
Damien Le Moal <dlemoal@...nel.org>
Cc: Yangtao Li <frank.li@...o.com>, linux-ide@...r.kernel.org,
linux-renesas-soc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v3 05/11] ata: sata_rcar: drop useless initializer
There is no need to initialize the variable ret.
Signed-off-by: Yangtao Li <frank.li@...o.com>
Reviewed-by: Sergey Shtylyov <s.shtylyov@....ru>
---
drivers/ata/sata_rcar.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/ata/sata_rcar.c b/drivers/ata/sata_rcar.c
index 34790f15c1b8..f299b41ab3e6 100644
--- a/drivers/ata/sata_rcar.c
+++ b/drivers/ata/sata_rcar.c
@@ -862,8 +862,7 @@ static int sata_rcar_probe(struct platform_device *pdev)
struct ata_host *host;
struct sata_rcar_priv *priv;
struct resource *mem;
- int irq;
- int ret = 0;
+ int irq, ret;
irq = platform_get_irq(pdev, 0);
if (irq < 0)
--
2.39.0
Powered by blists - more mailing lists