[PATCH 1/3 net-next] net: mdio: mscc-miim: Remove some redundant code
Christophe JAILLET <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.network,gmane.linux.kernel.janitors |
|---|---|
| Message-ID | <11209c6c6485656cc9a841c495381c540783798a.1778856199.git.christophe.jaillet@wanadoo.fr> |
*pbus is assign twice with the same value. Remove one of the redundant assignment. Signed-off-by: Christophe JAILLET <[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; -- 2.54.0