[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240512131120.28d0cc7a@jic23-huawei>
Date: Sun, 12 May 2024 13:11:20 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Vasileios Amoiridis <vassilisamir@...il.com>
Cc: lars@...afoo.de, andriy.shevchenko@...ux.intel.com,
ang.iglesiasg@...il.com, mazziesaccount@...il.com, ak@...klinger.de,
petre.rodan@...dimension.ro, phil@...pberrypi.com, 579lpy@...il.com,
linus.walleij@...aro.org, semen.protsenko@...aro.org,
linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v6 3/9] iio: pressure: bmp280: Make error checks
consistent
On Wed, 8 May 2024 18:52:01 +0200
Vasileios Amoiridis <vassilisamir@...il.com> 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@...il.com>
Applied.
Thanks,
Powered by blists - more mailing lists