Re: [PATCH 1/2] hwmon: Remove redundant dev_err()/dev_err_probe()
From: Guenter Roeck
Date: Sun Jul 19 2026 - 09:50:32 EST
On Tue, Jul 14, 2026 at 09:02:24PM +0800, Pan Chuang wrote:
> The 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.
>
One patch per driver, please, and provide a reference to the patch
introducing the error message (because I can not find it). I am not
going to spend lots of time trying to figure out if this is real
or not.
Guenter