Re: [PATCH] rtc: rtc-at91rm9200: fix missing iounmap

2013-04-19 Thread Nicolas Ferre
On 04/11/2013 04:38 PM, Johan Hovold : > Add missing iounmap to probe error path and remove. > > Cc: stable > Signed-off-by: Johan Hovold Acked-by: Nicolas Ferre Andrew, can you take this one please? (https://patchwork.kernel.org/patch/2429031/) Best regards, > --- > drivers/rtc/rtc-at91r

[PATCH] rtc: rtc-at91rm9200: fix missing iounmap

2013-04-11 Thread Johan Hovold
Add missing iounmap to probe error path and remove. Cc: stable Signed-off-by: Johan Hovold --- drivers/rtc/rtc-at91rm9200.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/drivers/rtc/rtc-at91rm9200.c b/drivers/rtc/rtc-at91rm9200.c index 434ebc3..eebd8ac 1006