]> Pileus Git - ~andy/linux/commit
spi: fsl-dspi: add missing clk_disable_unprepare() in dspi_remove()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sat, 12 Oct 2013 07:15:31 +0000 (15:15 +0800)
committerMark Brown <broonie@linaro.org>
Tue, 15 Oct 2013 12:52:40 +0000 (13:52 +0100)
commit05209f457069e595ce0262a9032cbade05398571
treebed98750f602215bba7447eaa814c14e3038bbf7
parentb444d1dfe296433a93d6b814d924e0ab99ad7e7b
spi: fsl-dspi: add missing clk_disable_unprepare() in dspi_remove()

clock source is prepared and enabled by clk_prepare_enable()
in probe function, but no disable or unprepare in remove.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-fsl-dspi.c