]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: cpcap: fix improper use of IRQ_NONE for request_threaded_irq
authorTony Lindgren <tony@atomide.com>
Mon, 27 Mar 2017 03:34:23 +0000 (20:34 -0700)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 14 Apr 2017 10:08:52 +0000 (12:08 +0200)
commit66dbce2f65b16536f0ad2a6f361faf71304466cf
treef6f324d053b6e59feb5a2cafa59f35ea8e06a851
parent6b375c0b83774dfa7a318eec946cd1d1eb4f9778
rtc: cpcap: fix improper use of IRQ_NONE for request_threaded_irq

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: 23bf7e17b515 ("rtc: cpcap: new rtc driver")
Signed-off-by: Tony Lindgren <tony@atomide.com>
Reviewed-By: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-cpcap.c