Re: [PATCH v1 1/1] gpio: pcf857x: Use le16_to_cpu() and cpu_to_le16() in IO accessors

From: Bartosz Golaszewski

Date: Thu Jul 16 2026 - 10:25:51 EST


On Wed, 15 Jul 2026 18:39:44 +0200, Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> said:
> 16-bit expander data is an __le16, use le16_to_cpu() to read it.
> In the similar way use cpu_to_le16() to write __le16 value.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> ---

Fixes: and Cc: stable?

Bart