Re: [PATCH] net: stmmac: fix reset gpio free missing

2019-05-22 Thread David Miller
From: Jisheng Zhang Date: Wed, 22 May 2019 10:05:09 + > Commit 984203ceff27 ("net: stmmac: mdio: remove reset gpio free") > removed the reset gpio free, when the driver is unbinded or rmmod, > we miss the gpio free. > > This patch uses managed API to request the reset gpio, so that the >

[PATCH] net: stmmac: fix reset gpio free missing

2019-05-22 Thread Jisheng Zhang
Commit 984203ceff27 ("net: stmmac: mdio: remove reset gpio free") removed the reset gpio free, when the driver is unbinded or rmmod, we miss the gpio free. This patch uses managed API to request the reset gpio, so that the gpio could be freed properly. Signed-off-by: Jisheng Zhang Fixes: