Re: [PATCH 6/6] gpio: pcf857x: use devm_kzalloc()

2013-03-27 Thread Linus Walleij
On Fri, Mar 15, 2013 at 10:16 AM, Jingoo Han wrote: > Use devm_kzalloc() to make cleanup paths simpler. > > Signed-off-by: Jingoo Han Patch applied. Thanks! Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kerne

[PATCH 6/6] gpio: pcf857x: use devm_kzalloc()

2013-03-15 Thread Jingoo Han
Use devm_kzalloc() to make cleanup paths simpler. Signed-off-by: Jingoo Han --- drivers/gpio/gpio-pcf857x.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/gpio/gpio-pcf857x.c b/drivers/gpio/gpio-pcf857x.c index a19b745..4f76514 100644 --- a/drivers/gpio/gp