Re: [PATCH] rtc: at91rm9200: Fix locking in interrupt handler

2015-03-15 Thread Arnd Bergmann
On Sunday 15 March 2015 11:54:47 David Dueck wrote: > Signed-off-by: David Dueck > Please always describe why a change is done. Was this a recent regression? What caused it? Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to major

[PATCH] rtc: at91rm9200: Fix locking in interrupt handler

2015-03-15 Thread David Dueck
Signed-off-by: David Dueck --- drivers/rtc/rtc-at91rm9200.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rtc/rtc-at91rm9200.c b/drivers/rtc/rtc-at91rm9200.c index b4f7744..b283a1a 100644 --- a/drivers/rtc/rtc-at91rm9200.c +++ b/drivers/rtc/rtc-at91rm9200.c @@ -324,7