Re: [PATCH 1/3 net-next] net: mdio: mscc-miim: Remove some redundant code

From: Maxime Chevallier

Date: Fri May 15 2026 - 12:02:59 EST


Hi,

On 5/15/26 16:50, Christophe JAILLET wrote:
*pbus is assign twice with the same value. Remove one of the redundant
assignment.

Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>

Reviewed-by: Maxime Chevallier <maxime.chevallier@xxxxxxxxxxx>

---
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;