phy: mdio-sun4i: add missed regulator_disable in remove
authorChuhong Yuan <hslester96@gmail.com>
Mon, 18 Nov 2019 11:41:15 +0000 (19:41 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Nov 2019 01:22:40 +0000 (17:22 -0800)
commit39c68b3fc2c3c84ffdfdb867c136c5b41b29d6d0
tree471524a3378c579164f4aa03d07602b6a88e772c
parent2744bf42680f64ebf2ee8a00354897857c073331
phy: mdio-sun4i: add missed regulator_disable in remove

The driver forgets to disable the regulator in remove like what is done
in probe failure.
Add the missed call to fix it.

Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mdio-sun4i.c