From: "Luca Ceresoli" <luca.ceresoli@bootlin.com>
To: "Doug Anderson" <dianders@chromium.org>,
"Pan Chuang" <panchuang@vivo.com>
Cc: "Andrzej Hajda" <andrzej.hajda@intel.com>,
"Neil Armstrong" <neil.armstrong@linaro.org>,
"Robert Foss" <rfoss@kernel.org>,
"Laurent Pinchart" <Laurent.pinchart@ideasonboard.com>,
"Jonas Karlman" <jonas@kwiboo.se>,
"Jernej Skrabec" <jernej.skrabec@gmail.com>,
"Luca Ceresoli" <luca.ceresoli@bootlin.com>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
"Maxime Ripard" <mripard@kernel.org>,
"Thomas Zimmermann" <tzimmermann@suse.de>,
"David Airlie" <airlied@gmail.com>,
"Simona Vetter" <simona@ffwll.ch>,
"open list:DRM DRIVERS" <dri-devel@lists.freedesktop.org>,
"open list" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 10/10] drm/bridge: ti-sn65dsi86: Remove redundant dev_err_probe()
Date: Fri, 31 Jul 2026 09:15:50 +0200 [thread overview]
Message-ID: <DKCKLKB5PQRX.5J3QA5DIEMK@bootlin.com> (raw)
In-Reply-To: <CAD=FV=Uud3YA_eQ12SM9MUSLQSmzDY1f_V0HnSCUUXOHSY1aDQ@mail.gmail.com>
Hi Doug,
On Thu Jul 30, 2026 at 11:17 PM CEST, Doug Anderson wrote:
> Hi,
>
> On Fri, Jul 24, 2026 at 7:11 PM Doug Anderson <dianders@chromium.org> wrote:
>>
>> Hi,
>>
>> On Thu, Jul 23, 2026 at 6:17 AM Pan Chuang <panchuang@vivo.com> wrote:
>> >
>> > Since commit
>> > 55b48e23f5c4 ("genirq/devres: Add error handling in devm_request_*_irq()"),
>> > devm_request_threaded_irq() automatically logs detailed error messages on
>> > failure. Remove the now-redundant driver-specific dev_err_probe() call.
>> >
>> > Signed-off-by: Pan Chuang <panchuang@vivo.com>
>> > ---
>> > drivers/gpu/drm/bridge/ti-sn65dsi86.c | 2 +-
>> > 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> Reviewed-by: Douglas Anderson <dianders@chromium.org>
>>
>> I'll plan to apply this to drm-misc-next in ~1 week unless anything comes up.
>
> Pushed to drm-misc-next:
>
> [10/10] drm/bridge: ti-sn65dsi86: Remove redundant dev_err_probe()
> commit: 9c950822f0fa923ccd344d7a143872d25efe89a3
Out of curiosity, did you apply using b4?
I see the commit does not have the R-by I gave to the cover letter a few
days ago, and assumed b4 would pick it up as it does when applying the full
series. If my assumption was wrong, maybe it's an issue to report to the b4
project?
Luca
--
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2026-07-31 7:16 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-23 13:16 [PATCH 00/10] drm/bridge: Remove redundant error messages on IRQ request failure Pan Chuang
2026-07-23 13:16 ` [PATCH 01/10] drm/bridge: analogix_dp: Remove redundant dev_err() Pan Chuang
2026-07-24 1:14 ` Damon Ding
2026-07-23 13:16 ` [PATCH 02/10] drm/bridge: cdns-mhdp8546: " Pan Chuang
2026-07-23 13:29 ` sashiko-bot
2026-07-23 13:16 ` [PATCH 03/10] drm/bridge: lt9611: " Pan Chuang
2026-07-23 13:27 ` sashiko-bot
2026-07-23 13:16 ` [PATCH 04/10] drm/bridge: samsung-dsim: " Pan Chuang
2026-07-23 13:16 ` [PATCH 05/10] drm/bridge: synopsys: dw-dp: Remove redundant dev_err_probe() Pan Chuang
2026-07-23 13:16 ` [PATCH 06/10] drm/bridge: tc358767: Remove redundant dev_err() Pan Chuang
2026-07-23 13:16 ` [PATCH 07/10] drm/bridge: it6505: " Pan Chuang
2026-07-23 13:16 ` [PATCH 08/10] drm/bridge/sii8620: Remove redundant dev_err_probe() Pan Chuang
2026-07-23 13:16 ` [PATCH 09/10] drm/bridge: ti-sn65dsi83: " Pan Chuang
2026-07-23 13:26 ` sashiko-bot
2026-07-23 13:16 ` [PATCH 10/10] drm/bridge: ti-sn65dsi86: " Pan Chuang
2026-07-25 2:11 ` Doug Anderson
2026-07-30 21:17 ` Doug Anderson
2026-07-31 7:15 ` Luca Ceresoli [this message]
2026-07-23 14:30 ` [PATCH 00/10] drm/bridge: Remove redundant error messages on IRQ request failure Luca Ceresoli
2026-07-31 7:12 ` Luca Ceresoli
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=DKCKLKB5PQRX.5J3QA5DIEMK@bootlin.com \
--to=luca.ceresoli@bootlin.com \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=airlied@gmail.com \
--cc=andrzej.hajda@intel.com \
--cc=dianders@chromium.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=jernej.skrabec@gmail.com \
--cc=jonas@kwiboo.se \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=panchuang@vivo.com \
--cc=rfoss@kernel.org \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.