Re: [PATCH] iio: chemical: ens160: use regmap_assign_bits() for conditional set/clear
From: Jonathan Cameron
Date: Thu Sep 24 2026 - 23:28:21 EST
On Thu, 24 Sep 2026 17:21:14 +0300
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:
> On Thu, Sep 24, 2026 at 04:35:26PM +0800, Peng Fan (OSS) wrote:
>
> > Replace if/else block using regmap_set_bits()/regmap_clear_bits() with
> > the simpler regmap_assign_bits() call.
>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
>
Applied.