From 8bfd4f7f18050535892b74e6ec3aa2ca598c6a64 Mon Sep 17 00:00:00 2001 From: Wei Yongjun Date: Tue, 17 Dec 2013 11:35:35 +0800 Subject: [PATCH] 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-format-patch failed