rtc: wm831x: Add IRQF_ONESHOT flag
authorHariprasad Kelam <hariprasad.kelam@gmail.com>
Thu, 11 Jul 2019 17:56:15 +0000 (23:26 +0530)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 13 Jul 2019 19:39:51 +0000 (21:39 +0200)
commitf0162d21cc8025c828fafe56ee25801f770f41da
treede748bc8506019fe6a9f9febfe4df6e11b59f410
parentfe63604c630acfc51797d5896ff01cd59c684572
rtc: wm831x: Add IRQF_ONESHOT flag

fix below issue reported by coccicheck
drivers/rtc/rtc-wm831x.c:436:7-32: ERROR: Threaded IRQ with no primary
handler requested without IRQF_ONESHOT

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20190711175615.GA13651@hari-Inspiron-1545
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-wm831x.c