Re: [PATCH] remoteproc: Remove redundant dev_err()/dev_err_probe()

From: Philippe Mathieu-Daudé

Date: Tue Jul 21 2026 - 10:51:34 EST


On 17/7/26 08:52, Pan Chuang 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 <panchuang@xxxxxxxx>
---
drivers/remoteproc/da8xx_remoteproc.c | 2 +-
drivers/remoteproc/ingenic_rproc.c | 4 +---
drivers/remoteproc/keystone_remoteproc.c | 4 ++--
drivers/remoteproc/mtk_scp.c | 4 +---
drivers/remoteproc/qcom_q6v5.c | 20 +++++---------------
drivers/remoteproc/qcom_sysmon.c | 2 --
drivers/remoteproc/qcom_wcnss.c | 4 +---
drivers/remoteproc/stm32_rproc.c | 3 +--
8 files changed, 12 insertions(+), 31 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxxxxxxxx>