rtc: tps6586x: Use IRQ_NOAUTOEN flag
authorDmitry Osipenko <digetx@gmail.com>
Mon, 6 Jan 2020 01:56:15 +0000 (04:56 +0300)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 25 Jan 2020 20:50:18 +0000 (21:50 +0100)
commit4c4ab451ae367031884629c854eba1716d7e410f
treef9abfaf36243437ce48c97a4f62de3ceef274bd4
parent3c7b90cb145a0ed547126c1811af40c38f0cdc7c
rtc: tps6586x: Use IRQ_NOAUTOEN flag

The IRQ_NOAUTOEN flag tells interrupt core that interrupt shall not be
auto-enabled at the time of requesting interrupt. This is a minor clean-up
change that doesn't fix any problems.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Link: https://lore.kernel.org/r/20200106015615.12602-1-digetx@gmail.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-tps6586x.c