Re: [PATCH 1/3 net-next] net: mdio: mscc-miim: Remove some redundant code
Maxime Chevallier <[email protected]>
| Newsgroups | gmane.linux.kernel.janitors,gmane.linux.network,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> Reviewed-by: Maxime Chevallier <[email protected]> > --- > 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;