On 05/15/2018 06:56 PM, Florian Fainelli wrote:
A number of drivers have the following pattern:

if (np)
        of_mdiobus_register()
else
        mdiobus_register()

which the implementation of of_mdiobus_register() now takes care of.
Remove that pattern in drivers that strictly adhere to it.

Signed-off-by: Florian Fainelli <f.faine...@gmail.com>
---
  drivers/net/dsa/bcm_sf2.c                         |  8 ++------
  drivers/net/dsa/mv88e6xxx/chip.c                  |  5 +----
  drivers/net/ethernet/cadence/macb_main.c          | 12 +++---------
  drivers/net/ethernet/freescale/fec_main.c         |  8 ++------
  drivers/net/ethernet/marvell/mvmdio.c             |  5 +----
  drivers/net/ethernet/renesas/sh_eth.c             | 11 +++--------
  drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c |  5 +----
  drivers/net/ethernet/ti/davinci_mdio.c            |  8 +++-----

for drivers/net/ethernet/ti/davinci_mdio.c:
Reviewed-by: Grygorii Strashko <grygorii.stras...@ti.com>

  drivers/net/phy/mdio-gpio.c                       |  6 +-----
  drivers/net/phy/mdio-mscc-miim.c                  |  6 +-----
  drivers/net/usb/lan78xx.c                         |  7 ++-----
  11 files changed, 20 insertions(+), 61 deletions(-)

--
regards,
-grygorii
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to