[PATCH] clocksource/drivers/npcm: fix GENMASK and timer operation
Thomas Gleixner
tglx at linutronix.de
Tue Jul 16 01:08:07 AEST 2019
Avi,
On Mon, 15 Jul 2019, Avi Fishman wrote:
> On Mon, Jul 15, 2019 at 3:37 PM Thomas Gleixner <tglx at linutronix.de> wrote:
> > 9bdd7bb3a844 ("clocksource/drivers/npcm: Fix misuse of GENMASK macro")
>
> The automatic fix changed from
> GENMASK(3, 27) to
> GENMASK(27, 3)
> I reviewd again the code to check how it worked so far and saw that it
> should have been
> GENMASK(28, 27) - this is a different value than 9bdd7bb3a844
> For our fortune this wrong value didn't effect the our final write to
> the register.
> But still this should be fixed.
Fair enough. Please explain it proper in the changelog.
Thanks,
tglx
More information about the openbmc
mailing list