Re: [PATCH 1/3] clk: wm831x: Fix clk_register() error code checking

2012-09-19 Thread Mark Brown
On Tue, Sep 18, 2012 at 11:05:28PM -0700, Stephen Boyd wrote: > clk_register() returns an ERR_PTR upon failure, not NULL. Fix > these error paths. Acked-by: Mark Brown this is an API change since the driver was sent which the driver didn't get updatd for. -- To unsubscribe from this list: send t

[PATCH 1/3] clk: wm831x: Fix clk_register() error code checking

2012-09-18 Thread Stephen Boyd
clk_register() returns an ERR_PTR upon failure, not NULL. Fix these error paths. Cc: Mark Brown Signed-off-by: Stephen Boyd --- drivers/clk/clk-wm831x.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/clk/clk-wm831x.c b/drivers/clk/clk-wm831x.c index e7b