]> git.itanic.dy.fi Git - linux-stable/commit
rtc: max31335: fix interrupt status reg
authorAntoniu Miclaus <antoniu.miclaus@analog.com>
Mon, 19 Feb 2024 09:16:15 +0000 (11:16 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 29 Feb 2024 21:40:33 +0000 (22:40 +0100)
commitc12e67e076cbcb86fd9c3cb003a344ec684138a6
tree508cf2e9cebcb951ef91d89a2f18f0f9f8fa54df
parent544c42f798e1651dcb04fb0395219bf0f1c2607e
rtc: max31335: fix interrupt status reg

Fix the register value comparison in the `max31335_volatile_reg`
function for the interrupt status register.

MAX31335_STATUS1 macro definition corresponds to the actual
interrupt status register.

Fixes: dedaf03b99d6 ("rtc: max31335: add driver support")
Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Reviewed-by: Nuno Sa <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20240219091616.24480-1-antoniu.miclaus@analog.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-max31335.c