commit | 6087be2ba60af08b586237337b2a3ed7fd4f2d21 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 17 08:19:33 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 23 17:25:40 2017 -0400 |
tree | 5022a016b5f35f7dbeaf6b04c4997748a63002c9 | |
parent | d17207ea83475597d122bfd8ed7f48ab6acedc63 [diff] |
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>