Re: [PATCH] gpio/gpio-pl061: Covert to use devm_* functions

2012-10-08 Thread Linus Walleij
On Fri, Oct 5, 2012 at 11:45 AM, Tobias Klauser wrote: > Use the devm_* family of functions during probe to reduce the error > handling code footprint. > > Signed-off-by: Tobias Klauser Looks good, patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe

[PATCH] gpio/gpio-pl061: Covert to use devm_* functions

2012-10-05 Thread Tobias Klauser
Use the devm_* family of functions during probe to reduce the error handling code footprint. Signed-off-by: Tobias Klauser --- drivers/gpio/gpio-pl061.c | 59 1 files changed, 22 insertions(+), 37 deletions(-) diff --git a/drivers/gpio/gpio-pl061.c