Re: [PATCH] gpio: gpioep93xx: use devm functions

2014-05-16 Thread Linus Walleij
On Wed, May 14, 2014 at 12:36 AM, abdoulaye berthe wrote: > This uses devm functions for mem allocation > > Signed-off-by: abdoulaye berthe Patch applied, thanks it's a real nice cleanup. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

[PATCH] gpio: gpioep93xx: use devm functions

2014-05-13 Thread abdoulaye berthe
This uses devm functions for mem allocation Signed-off-by: abdoulaye berthe --- drivers/gpio/gpio-ep93xx.c | 34 +++--- 1 file changed, 7 insertions(+), 27 deletions(-) diff --git a/drivers/gpio/gpio-ep93xx.c b/drivers/gpio/gpio-ep93xx.c index 80829f3..dd39f27 100644