From: Uwe Kleine-König Date: Mon, 11 Jan 2010 16:53:16 +0000 (+0100) Subject: mtd: mxc-nand: don't disable clock in mxcnd-suspend X-Git-Tag: v2.6.35-rc1~465^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c14b153e6af1301f022d34f1f63888f333e3ef5;p=pandora-kernel.git mtd: mxc-nand: don't disable clock in mxcnd-suspend The clock must already be off after mtd->suspend. Disabling it again results in an negative overflow of the clock usage count. This didn't hurt as mxcnd_resume undid it after wake up. Signed-off-by: Uwe Kleine-König Acked-by: Sascha Hauer Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed