rtc: cpcap: Fix missing IRQF_ONESHOT as only threaded handler
authorTian Tao <tiantao6@hisilicon.com>
Tue, 10 Nov 2020 09:35:47 +0000 (17:35 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 14 Nov 2020 22:39:02 +0000 (23:39 +0100)
commitbc06cfc1c41e3b60b159132e5bba4c059a2e7f83
treefcee9d7369d2a96cebb2584427db163357da6bd1
parentc56ac7a0f468ceb38d24db41f4446d98ab94da2d
rtc: cpcap: Fix missing IRQF_ONESHOT as only threaded handler

Coccinelle noticed:
drivers/rtc/rtc-cpcap.c:271:7-32: ERROR: Threaded IRQ with no
primary handler requested without IRQF_ONESHOT
drivers/rtc/rtc-cpcap.c:287:7-32: ERROR: Threaded IRQ with no
primary handler requested without IRQF_ONESHOT

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/1605000947-32882-1-git-send-email-tiantao6@hisilicon.com
drivers/rtc/rtc-cpcap.c