From: Wei Yongjun Date: Tue, 17 Dec 2013 03:35:35 +0000 (+0800) Subject: mtd: mxc_nand: add missing clk_disable_unprepare() in mxcnd_remove() X-Git-Tag: v3.14-rc1~65^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bfd4f7f18050535892b74e6ec3aa2ca598c6a64;p=pandora-kernel.git mtd: mxc_nand: add missing clk_disable_unprepare() in mxcnd_remove() clock source is prepared and enabled by clk_prepare_enable() in mxcnd_probe() function, but no disable/unprepare in mxcnd_remove(). Signed-off-by: Wei Yongjun Signed-off-by: Brian Norris --- Reading git-diff-tree failed