[PATCH 1/3 net-next] net: mdio: mscc-miim: Remove some redundant code
From: Christophe JAILLET
Date: Fri May 15 2026 - 10:57:27 EST
*pbus is assign twice with the same value. Remove one of the redundant
assignment.
Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
---
drivers/net/mdio/mdio-mscc-miim.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/net/mdio/mdio-mscc-miim.c b/drivers/net/mdio/mdio-mscc-miim.c
index 259944d37fbd..03878bd9091d 100644
--- a/drivers/net/mdio/mdio-mscc-miim.c
+++ b/drivers/net/mdio/mdio-mscc-miim.c
@@ -233,8 +233,6 @@ int mscc_miim_setup(struct device *dev, struct mii_bus **pbus, const char *name,
miim = bus->priv;
- *pbus = bus;
-
miim->regs = mii_regmap;
miim->mii_status_offset = status_offset;
miim->ignore_read_errors = ignore_read_errors;
--
2.54.0