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

2013-03-27 Thread Linus Walleij
On Fri, Mar 15, 2013 at 10:14 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

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

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

[PATCH 2/6] gpio: max7300: 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-max7300.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/gpio/gpio-max7300.c b/drivers/gpio/gpio-max7300.c index 4b6b9a0..40ab6df 100644 ---

[PATCH 2/6] gpio: max7300: use devm_kzalloc()

2013-03-15 Thread Jingoo Han
Use devm_kzalloc() to make cleanup paths simpler. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/gpio/gpio-max7300.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/gpio/gpio-max7300.c b/drivers/gpio/gpio-max7300.c index 4b6b9a0..40ab6df 100644 ---