From: "Uwe Kleine-König" <u.kleine-koenig@baylibre.com>
To: mohit.dsor@oss.qualcomm.com
Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
boss@oss.qualcomm.com, qc-display-maintainer@oss.qualcomm.com
Subject: Re: [PATCH] drm: bridge: add support for lontium LT9611UXD bridge
Date: Tue, 30 Jun 2026 18:57:24 +0200 [thread overview]
Message-ID: <akP09iE5qbwSbUDQ@monoceros> (raw)
In-Reply-To: <20260627204125.3334834-2-mohit.dsor@oss.qualcomm.com>
[-- Attachment #1: Type: text/plain, Size: 480 bytes --]
Hello,
On Sun, Jun 28, 2026 at 02:11:16AM +0530, mohit.dsor@oss.qualcomm.com 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@baylibre.com/
for a rationale.
Best regards
Uwe
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
prev parent reply other threads:[~2026-06-30 16:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-27 20:41 [PATCH 0/5] drm/bridge: lt9611c: improve HPD handling and driver robustness mohit.dsor
2026-06-27 20:41 ` [PATCH] drm: bridge: add support for lontium LT9611UXD bridge mohit.dsor
2026-06-30 16:57 ` Uwe Kleine-König [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=akP09iE5qbwSbUDQ@monoceros \
--to=u.kleine-koenig@baylibre.com \
--cc=boss@oss.qualcomm.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mohit.dsor@oss.qualcomm.com \
--cc=qc-display-maintainer@oss.qualcomm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®