rtc: stm32: fix alarm interrupt flags by removing IRQF_TRIGGER_RISING
authorAmelie Delaunay <amelie.delaunay@st.com>
Thu, 19 Apr 2018 13:21:41 +0000 (15:21 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 6 May 2018 20:22:40 +0000 (22:22 +0200)
commitd213217d213e0e5648448fc2a5da977a74dc6ad9
tree1db675925fb58c1ff82fc18d4caadbdd6fc89a50
parent248056457287afe742c5a81abd0bdd3ce002750d
rtc: stm32: fix alarm interrupt flags by removing IRQF_TRIGGER_RISING

RTC alarm interrupt is active high and already configured by device tree.
So remove IRQF_TRIGGER_RISING from driver.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-stm32.c