Re: [PATCH][next] iio: light: vcnl4000: make read-only const array regulator_names static
From: Jonathan Cameron
Date: Sun Jul 19 2026 - 21:41:21 EST
On Tue, 14 Jul 2026 20:05:32 +0300
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:
> On Tue, Jul 14, 2026 at 05:57:39PM +0100, Colin Ian King wrote:
> > Don't populate the read-only const array regulator_names on the stack
> > at run time, instead make it static const char * const
>
> Makes sense
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
>
Applied.
Thanks
J