rtc: stop warning for invalid alarms when the alarm is disabled
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 27 Aug 2023 22:15:31 +0000 (00:15 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 5 Sep 2023 23:25:15 +0000 (01:25 +0200)
commit348c11a7d71b0b216f28ea077137e2351ab0dea8
treed4f2faa173ede9b3947ea1f5358c1a44d5cc4b6a
parent7130856f56054a031c492d37896cbcbfd04a61b5
rtc: stop warning for invalid alarms when the alarm is disabled

When the alarm is not enabled, it may never have been set and so we can't
expect it to be valid. This will prevent the apparition of boot messages
like this one:

rtc rtc0: invalid alarm value: 2023-7-8 45:85:85

Link: https://lore.kernel.org/r/20230827221532.543353-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/interface.c