ARM: PNX4008: convert i2c-pnx to use clk API enable/disable calls
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 20 Nov 2009 11:44:46 +0000 (11:44 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 12 Feb 2010 17:32:39 +0000 (17:32 +0000)
clk_set_rate() is not supposed to be used to turn clocks on and off.
That's what clk_enable/clk_disable is for.

Acked-by: Vitaly Wool <vitalywool@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found