2024-02-10 17:55:58

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH v3 1/3] iio: humidity: hdc3020: drop u8 register pairs

On Wed, 7 Feb 2024 08:47:51 +0100
Dimitri Fedrau <[email protected]> wrote:

> Switch to 16bit defines. Create helper functions that are aware of the
> new register format and apply them wherever possible.

The dropping of const is an unrelated (though sensible) change.
Given it's really minor, just calling it out with a comment here would be
fine (rather than a separate patch).

Otherwise looks good to me. Thanks for cleaning this up.

Jonathan

>
> Signed-off-by: Dimitri Fedrau <[email protected]>