Re: [PATCH v15 14/22] media: i2c: add Maxim GMSL2/3 serializer framework
From: Artur Andrzejczak
Date: Mon Aug 17 2026 - 17:52:02 EST
On Fri Aug 7, 2026 at 3:02 PM CEST, Dumitru Ceclan wrote:
> [...]
Inside the err_revert_mode path of max_ser_update_pipe(),
max_ser_set_pipe_mode(priv, pipe, &pipe->mode) is called with pipe->mode
itself, meaning that the equality check at the top of
max_ser_set_pipe_mode() makes the revert a no-op, yet the hardware keeps
the new mode. Am I reading that right?
Kind Regards,
Artur Andrzejczak