From: Pan Chuang <panchuang@vivo.com>
To: Ioana Ciornei <ioana.ciornei@nxp.com>,
Aaro Koskinen <aaro.koskinen@iki.fi>,
Andreas Kemnade <andreas@kemnade.info>,
Kevin Hilman <khilman@baylibre.com>,
Roger Quadros <rogerq@kernel.org>,
Tony Lindgren <tony@atomide.com>, Chen-Yu Tsai <wens@kernel.org>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Samuel Holland <samuel@sholland.org>, Kees Cook <kees@kernel.org>,
Andrey Skvortsov <andrej.skvortzov@gmail.com>,
Pan Chuang <panchuang@vivo.com>,
Sakari Ailus <sakari.ailus@linux.intel.com>,
linuxppc-dev@lists.ozlabs.org (open list:QORIQ DPAA2 FSL-MC BUS
DRIVER),
linux-kernel@vger.kernel.org (open list:QORIQ DPAA2 FSL-MC BUS
DRIVER), linux-omap@vger.kernel.org (open list:OMAP2+ SUPPORT),
linux-arm-kernel@lists.infradead.org (moderated
list:ARM/Allwinner sunXi SoC support),
linux-sunxi@lists.linux.dev (open list:ARM/Allwinner sunXi SoC
support)
Subject: [PATCH 0/2] bus: Remove redundant error messages on IRQ request failure
Date: Fri, 10 Jul 2026 19:09:25 +0800 [thread overview]
Message-ID: <20260710110930.462109-1-panchuang@vivo.com> (raw)
Commit 55b48e23f5c4 ("genirq/devres: Add error handling in
devm_request_*_irq()") added automatic error logging to
devm_request_threaded_irq() and devm_request_any_context_irq()
via the new devm_request_result() helper, which prints device
name, IRQ number, handler functions, and error code on failure.
Since devm_request_irq() is a static inline wrapper around
devm_request_threaded_irq(), it also benefits from this
automatic logging.
Remove the now-redundant dev_err() and dev_err_probe() calls
in bus drivers that follow these devm_request_*_irq()
functions, as the core now provides more detailed diagnostic
information on failure.
Pan Chuang (2):
bus: fsl-mc: Remove redundant dev_err()
bus: Remove redundant dev_err()/dev_err_probe()
drivers/bus/fsl-mc/dprc-driver.c | 6 +-----
drivers/bus/omap_l3_noc.c | 7 +------
drivers/bus/sunxi-rsb.c | 3 +--
3 files changed, 3 insertions(+), 13 deletions(-)
--
2.34.1
next reply other threads:[~2026-07-10 11:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-10 11:09 Pan Chuang [this message]
2026-07-10 11:09 ` [PATCH 2/2] bus: Remove redundant dev_err()/dev_err_probe() Pan Chuang
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=20260710110930.462109-1-panchuang@vivo.com \
--to=panchuang@vivo.com \
--cc=aaro.koskinen@iki.fi \
--cc=andreas@kemnade.info \
--cc=andrej.skvortzov@gmail.com \
--cc=ioana.ciornei@nxp.com \
--cc=jernej.skrabec@gmail.com \
--cc=kees@kernel.org \
--cc=khilman@baylibre.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=rogerq@kernel.org \
--cc=sakari.ailus@linux.intel.com \
--cc=samuel@sholland.org \
--cc=tony@atomide.com \
--cc=wens@kernel.org \
/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