Heiko On Wed, Nov 4, 2015 at 1:44 PM, Heiko Stuebner <heiko at sntech.de> wrote: > Currently the phy driver only gets the optional clock reference but > never puts it again, neither during error handling nor on remove. > Fix that by moving the clk_put to a devm-action that gets called at > the right time when all other devm actions are done. > > Signed-off-by: Heiko Stuebner <heiko at sntech.de> > --- > drivers/phy/phy-rockchip-usb.c | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) Reviewed-by: Douglas Anderson <dianders at chromium.org>