Re: [PATCH 2/5] i2c: tegra: use clk_disable_unprepare in place of clk_disable

2012-07-12 Thread Wolfram Sang
On Tue, Jul 10, 2012 at 04:50:41PM +0530, Laxman Dewangan wrote: > 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 OK, as per the previou

[PATCH 2/5] i2c: tegra: use clk_disable_unprepare in place of clk_disable

2012-07-10 Thread Laxman Dewangan
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 --- This is already discussed in patch [PATCH] i2c: tegra: use clk_disable_unprepare in place of c