[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220921140524.3831101-5-yangyingliang@huawei.com>
Date: Wed, 21 Sep 2022 22:05:10 +0800
From: Yang Yingliang <yangyingliang@...wei.com>
To: <netdev@...r.kernel.org>
CC: <f.fainelli@...il.com>, <andrew@...n.ch>,
<vivien.didelot@...il.com>, <olteanv@...il.com>,
<kurt@...utronix.de>, <hauke@...ke-m.de>,
<Woojung.Huh@...rochip.com>, <sean.wang@...iatek.com>,
<linus.walleij@...aro.org>, <clement.leger@...tlin.com>,
<george.mccollister@...il.com>
Subject: [PATCH net-next 04/18] net: dsa: hellcreek: remove unnecessary platform_set_drvdata()
Remove unnecessary platform_set_drvdata() in ->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/hirschmann/hellcreek.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/dsa/hirschmann/hellcreek.c b/drivers/net/dsa/hirschmann/hellcreek.c
index ea8bbfce0f1f..eac6ace7c5f9 100644
--- a/drivers/net/dsa/hirschmann/hellcreek.c
+++ b/drivers/net/dsa/hirschmann/hellcreek.c
@@ -1996,7 +1996,6 @@ static int hellcreek_remove(struct platform_device *pdev)
hellcreek_hwtstamp_free(hellcreek);
hellcreek_ptp_free(hellcreek);
dsa_unregister_switch(hellcreek->ds);
- platform_set_drvdata(pdev, NULL);
return 0;
}
--
2.25.1
Powered by blists - more mailing lists