USB: EHCI: tegra: drop clk_put for devm_clk_get in tegra_ehci_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 27 Sep 2013 08:22:08 +0000 (16:22 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Oct 2013 01:58:42 +0000 (18:58 -0700)
devm_clk_get() is used so there is no reason to explicitly
call clk_put() in probe or remove functions.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found