Re: [PATCH] drm: bridge: add support for lontium LT9611UXD bridge

From: Uwe Kleine-König

Date: Tue Jun 30 2026 - 13:02:27 EST


Hello,

On Sun, Jun 28, 2026 at 02:11:16AM +0530, mohit.dsor@xxxxxxxxxxxxxxxx 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/20260515103150.164887-2-u.kleine-koenig@xxxxxxxxxxxx/
for a rationale.

Best regards
Uwe

Attachment: signature.asc
Description: PGP signature