Re: [PATCH 3/3] clk: wm831x: Use devm_clk_register() to simplify code

2012-09-19 Thread Mark Brown
On Tue, Sep 18, 2012 at 11:05:30PM -0700, Stephen Boyd wrote: > Move this driver to use devm_clk_register() to simplify some > error paths and reduce lines of code. Acked-by: Mark Brown -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord..

[PATCH 3/3] clk: wm831x: Use devm_clk_register() to simplify code

2012-09-18 Thread Stephen Boyd
Move this driver to use devm_clk_register() to simplify some error paths and reduce lines of code. Cc: Mark Brown Signed-off-by: Stephen Boyd --- drivers/clk/clk-wm831x.c | 30 +++--- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/drivers/clk/clk-wm831x.c