From: Wei Yongjun Date: Sat, 12 Oct 2013 07:15:31 +0000 (+0800) Subject: spi: fsl-dspi: add missing clk_disable_unprepare() in dspi_remove() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~15^2~19^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05209f457069e595ce0262a9032cbade05398571;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed