Re: [PATCH 1/3] max17042_battery: Use devm_kzalloc() where applicable

2012-03-13 Thread Anton Vorontsov
On Wed, Feb 22, 2012 at 07:06:20PM +0100, Karol Lewandowski wrote: > This allows us to simplify probe and exit function. > > Signed-off-by: Karol Lewandowski > Signed-off-by: Kyungmin Park > --- Applied, thanks! -- Anton Vorontsov Email: cbouatmai...@gmail.com

[PATCH 1/3] max17042_battery: Use devm_kzalloc() where applicable

2012-02-22 Thread Karol Lewandowski
This allows us to simplify probe and exit function. Signed-off-by: Karol Lewandowski Signed-off-by: Kyungmin Park --- drivers/power/max17042_battery.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/power/max17042_battery.c b/drivers/power/max17042_battery.c