Re: [PATCH] power: 88pm860x_battery: Add a few more devm_* APIs

2013-01-05 Thread Anton Vorontsov
On Fri, Nov 23, 2012 at 06:11:52PM +0530, Tushar Behera wrote: > Add devm_* APIs for threaded IRQ. > > Also since devres managed objects are removed when the device gets > detached, remove explicit freeing of them. > > Signed-off-by: Tushar Behera > --- [...] > @@ -994,9 +988,6 @@ static int

Re: [PATCH] power: 88pm860x_battery: Add a few more devm_* APIs

2013-01-05 Thread Anton Vorontsov
On Fri, Nov 23, 2012 at 06:11:52PM +0530, Tushar Behera wrote: Add devm_* APIs for threaded IRQ. Also since devres managed objects are removed when the device gets detached, remove explicit freeing of them. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- [...] @@ -994,9 +988,6

[PATCH] power: 88pm860x_battery: Add a few more devm_* APIs

2012-11-23 Thread Tushar Behera
Add devm_* APIs for threaded IRQ. Also since devres managed objects are removed when the device gets detached, remove explicit freeing of them. Signed-off-by: Tushar Behera --- drivers/power/88pm860x_battery.c | 25 - 1 files changed, 8 insertions(+), 17 deletions(-)

[PATCH] power: 88pm860x_battery: Add a few more devm_* APIs

2012-11-23 Thread Tushar Behera
Add devm_* APIs for threaded IRQ. Also since devres managed objects are removed when the device gets detached, remove explicit freeing of them. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- drivers/power/88pm860x_battery.c | 25 - 1 files changed, 8