Re: [PATCH] clk: wm831x: get rid of the implementation of remove function

2013-10-02 Thread Mike Turquette
Quoting Mark Brown (2013-09-26 07:47:43) > On Thu, Sep 26, 2013 at 07:18:15PM +0530, Laxman Dewangan wrote: > > The remove function implemented for platform driver's remove callback > > just return 0 as part of its implementation. > > > > Remove this APIs and do not pass the valid .remove for plat

Re: [PATCH] clk: wm831x: get rid of the implementation of remove function

2013-09-26 Thread Mark Brown
On Thu, Sep 26, 2013 at 07:18:15PM +0530, Laxman Dewangan wrote: > The remove function implemented for platform driver's remove callback > just return 0 as part of its implementation. > > Remove this APIs and do not pass the valid .remove for platform driver. Yes, this should have been done when

[PATCH] clk: wm831x: get rid of the implementation of remove function

2013-09-26 Thread Laxman Dewangan
The remove function implemented for platform driver's remove callback just return 0 as part of its implementation. Remove this APIs and do not pass the valid .remove for platform driver. Signed-off-by: Laxman Dewangan --- I was referring this driver for clock driver implementation for Palma and