i2c: pnx: Disable clk in suspend
authorRoland Stigge <stigge@antcom.de>
Wed, 4 Apr 2012 08:34:37 +0000 (10:34 +0200)
committerWolfram Sang <w.sang@pengutronix.de>
Sun, 22 Apr 2012 19:29:05 +0000 (21:29 +0200)
commit6c557cfee08751d22aed34840f389b846f0f4508
tree5bb20e432ad17b3e768dd2efc907421150c92c95
parent66f75a5d028beaf67c931435fdc3e7823125730c
i2c: pnx: Disable clk in suspend

In the driver's suspend function, clk_enable() was used instead of
clk_disable(). This is corrected with this patch.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
CC: stable@vger.kernel.org
[wsa: reworded commit header slightly]

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
drivers/i2c/busses/i2c-pnx.c