]> git.ipfire.org Git - people/ms/u-boot.git/commit
rtc: mc146818: Correct alarm message for day alarm
authorBin Meng <bmeng.cn@gmail.com>
Tue, 17 Oct 2017 15:19:33 +0000 (08:19 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Oct 2017 21:25:40 +0000 (17:25 -0400)
commit6087be2ba60af08b586237337b2a3ed7fd4f2d21
tree5022a016b5f35f7dbeaf6b04c4997748a63002c9
parentd17207ea83475597d122bfd8ed7f48ab6acedc63
rtc: mc146818: Correct alarm message for day alarm

RTC_CONFIG_D register contains the day within the month to generate
an alarm, not the month. This corrects the printf to indicate it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
drivers/rtc/mc146818.c