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

2013-03-27 Thread Linus Walleij
On Fri, Mar 15, 2013 at 10:15 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 3/6] gpio: max7301: use devm_kzalloc()

2013-03-27 Thread Linus Walleij
On Fri, Mar 15, 2013 at 10:15 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 3/6] gpio: max7301: 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-max7301.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/gpio/gpio-max7301.c b/drivers/gpio/gpio-max7301.c index c6c535c..6e1c984 100644 ---

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