spi: txx9: drop clk_put for devm_clk_get in txx9spi_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 20 Dec 2013 02:15:45 +0000 (10:15 +0800)
committerMark Brown <broonie@linaro.org>
Fri, 20 Dec 2013 12:34:07 +0000 (12:34 +0000)
commitbdf0290ac70f5a09e85507bf6c84dc6a399dff82
tree8637247550fa5e055eec5e7f07cac8a99ff81623
parent18e34d568efa5f1f8b75a76400dbd06c7811c73b
spi: txx9: drop clk_put for devm_clk_get in txx9spi_probe()

devm_clk_get() is used so there is no reason to explicitly
call clk_put() in txx9spi_probe() functions.

Fixes: 18e34d568efa ('spi: txx9: Use devm_clk_get()')
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.og>
drivers/spi/spi-txx9.c
This page took 0.040053 seconds and 5 git commands to generate.