Re: [PATCH 1/2] hwmon: Remove redundant dev_err()/dev_err_probe()

Guenter Roeck <[email protected]> Sun, 19 Jul 2026 06:50:19 -0700
Newsgroups org.ozlabs.lists.openbmc,org.kernel.vger.linux-hwmon,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
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