Re: [PATCH] rtc: msm6242: Fix reading of 10-hour digit

From: Kars de Jong
Date: Sat Nov 16 2019 - 06:37:52 EST


Forgot to add:

Fixes: 4f9b9bba1dd1 ("rtc: Add an RTC driver for the Oki MSM6242")

Op za 16 nov. 2019 om 12:06 schreef Kars de Jong <jongk@xxxxxxxxxxxxxx>:
>
> The driver was reading the wrong register as the 10-hour digit due to
> a misplaced ')'. It was in fact reading the 1-second digit register due
> to this bug.
>
> Also remove the use of a magic number for the hour mask and use the define
> for it which was already present.
>
> Cc: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
> Tested-by: Kars de Jong <jongk@xxxxxxxxxxxxxx>
> Signed-off-by: Kars de Jong <jongk@xxxxxxxxxxxxxx>