]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
spi/clps711x: drop clk_put for devm_clk_get in spi_clps711x_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 27 Sep 2013 08:21:30 +0000 (16:21 +0800)
committerMark Brown <broonie@linaro.org>
Fri, 27 Sep 2013 09:49:09 +0000 (10:49 +0100)
commit0158026ccced1ae312233a6a46dc0b6edce3fb6c
treef95e73747e5f3ec29c47c0f54c996dd0436bf2f6
parent9b4003a687abcf2fe25ba9073dd07345e4529183
spi/clps711x: drop clk_put for devm_clk_get in spi_clps711x_probe()

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: Mark Brown <broonie@linaro.org>
drivers/spi/spi-clps711x.c