Hello,

On Sun, Jun 28, 2026 at 02:11:16AM +0530, [email protected] wrote:
> +static const struct i2c_device_id lt9611uxd_id[] = {
> +     { "lontium,lt9611uxd" },
> +     { /* sentinel */ }
> +};

Please use a named initializer here, i.e.

        static const struct i2c_device_id lt9611uxd_id[] = {
                { .name = "lontium,lt9611uxd" },
                { /* sentinel */ }
        };

See
https://lore.kernel.org/lkml/[email protected]/
for a rationale.

Best regards
Uwe

Attachment: signature.asc
Description: PGP signature

Reply via email to