Re: [PATCH] hwmon: (gsc-hwmon) Switch to flexible array to simplify code

From: Guenter Roeck
Date: Sun Nov 20 2022 - 09:17:44 EST


On Sun, Nov 20, 2022 at 10:34:41AM +0100, Christophe JAILLET wrote:
> Using flexible array is more straight forward. It
> - saves 1 pointer in the 'gsc_hwmon_platform_data' structure
> - saves an indirection when using this array
> - saves some LoC and avoids some always spurious pointer arithmetic
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>

Applied to hwmon-next.

Thanks,
Guenter