From: Marc Dietrich Date: Sat, 27 Jul 2013 16:20:58 +0000 (+0200) Subject: staging: nvec: re-enable the clock on resume X-Git-Tag: v3.12-rc1~183^2~481 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca250b6017910ca6edca4cbd6eaa7452a13b5c03;p=pandora-kernel.git staging: nvec: re-enable the clock on resume On resume the slave controller is reinitialized. The tegra i2c master controller disables the clock at the end of the initialiation, propably to save some power, and enables it again on each transfer. We don't do this yet and also forgot to enable the clock on resume. Fix this copy-paste error by not disabling the clock after initialization. This didn't striked us yet because suspend/resume hasn't landed in mainline yet, but will soon. Signed-off-by: Marc Dietrich Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed