From: Laxman Dewangan Date: Tue, 10 Jul 2012 11:20:41 +0000 (+0530) Subject: i2c: tegra: use clk_disable_unprepare in place of clk_disable X-Git-Tag: v3.6-rc1~67^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dce4bcaaabce28f7b188e4fa4fda3ea74ae5a0d;p=pandora-kernel.git i2c: tegra: use clk_disable_unprepare in place of clk_disable Use clk_disable_unprepare() inplace of clk_disable(). This was missed as part of moving clock enable/disable to prepare/unprepare for using the common clock framework. Signed-off-by: Laxman Dewangan Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed