Re: [PATCH] gpio: use devm function for memory allocation

2014-05-13 Thread Linus Walleij
On Mon, May 12, 2014 at 5:40 PM, abdoulaye berthe wrote: > Signed-off-by: abdoulaye berthe Patch looks sane and nice, so applied. Altered the subject line to include bt8xx though. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m

[PATCH] gpio: use devm function for memory allocation

2014-05-12 Thread abdoulaye berthe
Signed-off-by: abdoulaye berthe --- drivers/gpio/gpio-bt8xx.c | 19 ++- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/drivers/gpio/gpio-bt8xx.c b/drivers/gpio/gpio-bt8xx.c index ecb3ca2d..6557147 100644 --- a/drivers/gpio/gpio-bt8xx.c +++ b/drivers/gpio/gpio-bt8xx