Re: [PATCH] Input: imx_keypad - Fix missing clk conversions

2012-09-06 Thread Sascha Hauer
On Tue, Sep 04, 2012 at 10:24:41AM -0300, Fabio Estevam wrote: commit (Input: imx_keypad - adapt the new kpp clock name) missed to update clk_enable/clk_disable from imx_keypad_probe(). Fix it so that we do not get clk warnings at boot. Signed-off-by: Fabio Estevam

[PATCH] Input: imx_keypad - Fix missing clk conversions

2012-09-04 Thread Fabio Estevam
commit (Input: imx_keypad - adapt the new kpp clock name) missed to update clk_enable/clk_disable from imx_keypad_probe(). Fix it so that we do not get clk warnings at boot. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- drivers/input/keyboard/imx_keypad.c |4 ++-- 1 file