[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220913144406.2002409-3-yangyingliang@huawei.com>
Date: Tue, 13 Sep 2022 22:44:06 +0800
From: Yang Yingliang <yangyingliang@...wei.com>
To: <netdev@...r.kernel.org>
CC: <olteanv@...il.com>, <davem@...emloft.net>
Subject: [PATCH -next 3/3] net: dsa: vitesse-vsc73xx: remove unnecessary spi_set_drvdata()
Remove unnecessary spi_set_drvdata() in vsc73xx_spi_remove(), the
driver_data will be set to NULL in device_unbind_cleanup() after
calling ->remove().
Signed-off-by: Yang Yingliang <yangyingliang@...wei.com>
---
drivers/net/dsa/vitesse-vsc73xx-spi.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/net/dsa/vitesse-vsc73xx-spi.c b/drivers/net/dsa/vitesse-vsc73xx-spi.c
index 97a92e6da60d..85b9a0f51dd8 100644
--- a/drivers/net/dsa/vitesse-vsc73xx-spi.c
+++ b/drivers/net/dsa/vitesse-vsc73xx-spi.c
@@ -167,8 +167,6 @@ static void vsc73xx_spi_remove(struct spi_device *spi)
return;
vsc73xx_remove(&vsc_spi->vsc);
-
- spi_set_drvdata(spi, NULL);
}
static void vsc73xx_spi_shutdown(struct spi_device *spi)
--
2.25.1
Powered by blists - more mailing lists