Re: [PATCH 2/8] gpio/-mm-lantiq: Use devm_kzalloc

2015-01-20 Thread Linus Walleij
On Sun, Jan 18, 2015 at 12:39 PM, Ricardo Ribalda Delgado wrote: > Replace kzalloc with the device managed devm_kzalloc > > Cc: Linus Walleij > Cc: Alexandre Courbot > Cc: John Crispin > Signed-off-by: Ricardo Ribalda Delgado Patch applied. Yours, Linus Walleij -- To unsubscribe from this

Re: [PATCH 2/8] gpio/-mm-lantiq: Use devm_kzalloc

2015-01-20 Thread Linus Walleij
On Sun, Jan 18, 2015 at 12:39 PM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: Replace kzalloc with the device managed devm_kzalloc Cc: Linus Walleij linus.wall...@linaro.org Cc: Alexandre Courbot gnu...@gmail.com Cc: John Crispin blo...@openwrt.org Signed-off-by: Ricardo

[PATCH 2/8] gpio/-mm-lantiq: Use devm_kzalloc

2015-01-18 Thread Ricardo Ribalda Delgado
Replace kzalloc with the device managed devm_kzalloc Cc: Linus Walleij Cc: Alexandre Courbot Cc: John Crispin Signed-off-by: Ricardo Ribalda Delgado --- drivers/gpio/gpio-mm-lantiq.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/drivers/gpio/gpio-mm-lantiq.c

[PATCH 2/8] gpio/-mm-lantiq: Use devm_kzalloc

2015-01-18 Thread Ricardo Ribalda Delgado
Replace kzalloc with the device managed devm_kzalloc Cc: Linus Walleij linus.wall...@linaro.org Cc: Alexandre Courbot gnu...@gmail.com Cc: John Crispin blo...@openwrt.org Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- drivers/gpio/gpio-mm-lantiq.c | 8 ++-- 1 file