diff options
author | Alexander Stein <[email protected]> | 2022-09-21 09:41:41 +0200 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2022-11-16 23:22:38 +0100 |
commit | a6ceee26fd5ed9b5bd37322b1ca88e4548cee4a3 (patch) | |
tree | b4ee0c87ee00a328155efa0a42a65c5a6ca8d8f7 /lib/mpi/mpi-mod.c | |
parent | fe0157ba679dc95407dd5eae6550a4ceaea75040 (diff) |
rtc: pcf85063: Fix reading alarm
If the alarms are disabled the topmost bit (AEN_*) is set in the alarm
registers. This is also interpreted in BCD number leading to this warning:
rtc rtc0: invalid alarm value: 2022-09-21T80:80:80
Fix this by masking alarm enabling and reserved bits.
Fixes: 05cb3a56ee8c ("rtc: pcf85063: add alarm support")
Signed-off-by: Alexander Stein <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexandre Belloni <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions