Re: [PATCH][next] hwmon: w83627ehf: make the read-only arrays 'bit' static const

From: Guenter Roeck
Date: Wed Jul 16 2025 - 10:40:31 EST


On Mon, Jul 14, 2025 at 04:55:05PM +0100, Colin Ian King wrote:
> Don't populate the read-only arrays 'bit' on the stack at run time,
> instead make them static const.
>
> Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>

Applied.

Guenter