ath79: ag71xx-mdio: get reset control using devm api

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
master
Chuanhong Guo 6 years ago committed by Daniel Golle
parent a4eef43a12
commit f92bbdcc93
  1. 2
      target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_mdio.c

@ -190,7 +190,7 @@ static int ag71xx_mdio_probe(struct platform_device *pdev)
if (!mii_bus)
return -ENOMEM;
am->mdio_reset = of_reset_control_get_exclusive(np, "mdio");
am->mdio_reset = devm_reset_control_get_exclusive(amdev, "mdio");
builtin_switch = of_property_read_bool(np, "builtin-switch");
mii_bus->name = "ag71xx_mdio";

Loading…
Cancel
Save