Re: [PATCH] rtc: cpcap: fix improper use of IRQ_NONE for request_threaded_irq

2017-04-08 Thread Alexandre Belloni
On 26/03/2017 at 20:34:23 -0700, Tony Lindgren wrote: > There's a funny typo where IRQ_NONE is used instead of IRQF_TRIGGER_NONE > for request_threaded_irq(). Let's fix it before it gets copied elsewhere. > > Fixes: dd3bf50b35e3 ("rtc: cpcap: new rtc driver") > Cc: Sebastian Reichel > Signed-off-

Re: [PATCH] rtc: cpcap: fix improper use of IRQ_NONE for request_threaded_irq

2017-03-27 Thread Sebastian Reichel
Hi, On Sun, Mar 26, 2017 at 08:34:23PM -0700, Tony Lindgren wrote: > There's a funny typo where IRQ_NONE is used instead of IRQF_TRIGGER_NONE > for request_threaded_irq(). Let's fix it before it gets copied elsewhere. > > Fixes: dd3bf50b35e3 ("rtc: cpcap: new rtc driver") > Cc: Sebastian Reichel

[PATCH] rtc: cpcap: fix improper use of IRQ_NONE for request_threaded_irq

2017-03-26 Thread Tony Lindgren
There's a funny typo where IRQ_NONE is used instead of IRQF_TRIGGER_NONE for request_threaded_irq(). Let's fix it before it gets copied elsewhere. Fixes: dd3bf50b35e3 ("rtc: cpcap: new rtc driver") Cc: Sebastian Reichel Signed-off-by: Tony Lindgren --- drivers/rtc/rtc-cpcap.c | 4 ++-- 1 file c