Re: [PATCH 2/4] gpio: pxa: convert to devm_ioremap

2015-12-10 Thread Linus Walleij
On Sat, Nov 28, 2015 at 10:37 PM, Robert Jarzmik wrote: > Use the device managed ioremap to simplify the probe function. > > Signed-off-by: Robert Jarzmik Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH 2/4] gpio: pxa: convert to devm_ioremap

2015-11-28 Thread Robert Jarzmik
Use the device managed ioremap to simplify the probe function. Signed-off-by: Robert Jarzmik --- drivers/gpio/gpio-pxa.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/gpio/gpio-pxa.c b/drivers/gpio/gpio-pxa.c index de2cfbeccaa1..8558abf98204 100644 --- a/driv