On Wed, 8 May 2024 18:52:01 +0200 Vasileios Amoiridis <vassilisamir@xxxxxxxxx> wrote: > The form 'if (ret)' is used in this driver in order to check > for returned error values. There are also some places that > 'if (ret < 0)' is used but for no specific reason. Change > them to 'if (ret)' to make the driver more consistent. > > Signed-off-by: Vasileios Amoiridis <vassilisamir@xxxxxxxxx> Applied. Thanks,