i2c: tegra: use clk_disable_unprepare in place of clk_disable
authorLaxman Dewangan <ldewangan@nvidia.com>
Tue, 10 Jul 2012 11:20:41 +0000 (16:50 +0530)
committerWolfram Sang <w.sang@pengutronix.de>
Thu, 12 Jul 2012 09:41:50 +0000 (11:41 +0200)
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 <ldewangan@nvidia.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>

No differences found