Re: [PATCH] mailbox: Remove redundant dev_err()/dev_err_probe()
Chen-Yu Tsai <[email protected]> Mon, 20 Jul 2026 22:53:49 +0800
| Newsgroups | org.kernel.vger.linux-tegra,dev.linux.lists.linux-sunxi,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-riscv,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAGb2v658wUKEph0RaKmZQkOGZSpJTBx6YRW4uNg4-ijRmEqWZw@mail.gmail.com> |
On Thu, Jul 16, 2026 at 10:52 AM Pan Chuang <[email protected]> wrote: > > Since commit 55b48e23f5c4 ("genirq/devres: Add error handling in > devm_request_*_irq()"), devm_request_irq() and devm_request_threaded_irq() > automatically log detailed error messages on failure. Remove the > now-redundant driver-specific dev_err() and dev_err_probe() calls. > > Signed-off-by: Pan Chuang <[email protected]> > --- > drivers/mailbox/arm_mhu_db.c | 1 - > drivers/mailbox/arm_mhuv2.c | 9 ++------- > drivers/mailbox/arm_mhuv3.c | 5 ++--- > drivers/mailbox/armada-37xx-rwtm-mailbox.c | 4 +--- > drivers/mailbox/bcm-pdc-mailbox.c | 5 +---- > drivers/mailbox/bcm2835-mailbox.c | 5 +---- > drivers/mailbox/bcm74110-mailbox.c | 2 +- > drivers/mailbox/cv1800-mailbox.c | 2 +- > drivers/mailbox/hi6220-mailbox.c | 5 +---- > drivers/mailbox/mailbox-mpfs.c | 2 -- > drivers/mailbox/mailbox-sti.c | 4 +--- > drivers/mailbox/qcom-cpucp-mbox.c | 2 +- > drivers/mailbox/qcom-ipcc.c | 4 +--- > drivers/mailbox/sprd-mailbox.c | 12 +++--------- > drivers/mailbox/stm32-ipcc.c | 4 +--- > drivers/mailbox/sun6i-msgbox.c | 4 +--- Acked-by: Chen-Yu Tsai <[email protected]> # sun6i