[PATCH 0/2] hwmon: Remove redundant error messages on IRQ request failure

From: Pan Chuang

Date: Tue Jul 14 2026 - 09:03:44 EST


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 hwmon drivers that follow these devm_request_*_irq()
functions, as the core now provides more detailed diagnostic
information on failure.

Pan Chuang (2):
hwmon: Remove redundant dev_err()/dev_err_probe()
hwmon: (pmbus) Remove redundant dev_err()

drivers/hwmon/axi-fan-control.c | 3 +--
drivers/hwmon/da9055-hwmon.c | 5 +----
drivers/hwmon/lm90.c | 4 +---
drivers/hwmon/npcm750-pwm-fan.c | 4 +---
drivers/hwmon/pmbus/pmbus_core.c | 4 +---
drivers/hwmon/pwm-fan.c | 6 +-----
drivers/hwmon/sht15.c | 4 +---
7 files changed, 7 insertions(+), 23 deletions(-)

--
2.34.1