drivers: rtc: pcf8563: fix get alarm time
While getting alarm time, BIT(7) of each register is checked if it is
set, which send the alarm time as 0 to the requestor. Fix it by checking
if the BIT(7) of each register is not set.
Signed-off-by:
Thiyagarajan Pandiyan <psvthiyagarajan@gmail.com>
Loading
Please sign in to comment