Re: [PATCH v2 04/13] iio: chemical: bme680: refactorize set_mode() mode
From: Jonathan Cameron
Date: Sun Oct 27 2024 - 05:57:00 EST
On Mon, 21 Oct 2024 21:53:07 +0200
Vasileios Amoiridis <vassilisamir@xxxxxxxxx> wrote:
> Refactorize the set_mode() function to use an external enum that
> describes the possible modes of the BME680 device instead of using
> true/false variables for selecting SLEEPING/FORCED mode.
>
> Signed-off-by: Vasileios Amoiridis <vassilisamir@xxxxxxxxx>
Improves readability so fair enough.
Applied.