Re: [PATCH] rtc: at91rm9200: double locking bug in at91_rtc_interrupt()

2015-03-17 Thread Rafael J. Wysocki
On Tuesday, March 17, 2015 04:38:10 PM Nicolas Ferre wrote: > From: Dan Carpenter > > There is a typo here so we deadlock. > > Fixes: dd1f1f391dd7 ('rtc: at91rm9200: rework wakeup and interrupt handling') > Signed-off-by: Dan Carpenter > Acked-by: Boris Brezillon > Reported-also-by: David Duec

Re: [PATCH] rtc: at91rm9200: double locking bug in at91_rtc_interrupt()

2015-03-17 Thread Dan Carpenter
On Tue, Mar 17, 2015 at 04:38:10PM +0100, Nicolas Ferre wrote: > Reported-also-by: David Dueck The point of tags is that you collect them by doing: `git log | grep Reported-by: | sort | uniq -c | sort -rn` to see if you are the winner. It gives me an unfair advantage if you get creative with Dav

[PATCH] rtc: at91rm9200: double locking bug in at91_rtc_interrupt()

2015-03-17 Thread Nicolas Ferre
From: Dan Carpenter There is a typo here so we deadlock. Fixes: dd1f1f391dd7 ('rtc: at91rm9200: rework wakeup and interrupt handling') Signed-off-by: Dan Carpenter Acked-by: Boris Brezillon Reported-also-by: David Dueck Signed-off-by: Nicolas Ferre --- Hi Andrew, Can you please take care of