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

From: Pan Chuang

Date: Sun Jul 19 2026 - 23:17:48 EST



On 2026/7/19 21:50, Guenter Roeck wrote:
> 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
Thanks for the review.I will split the series into one patch per driver
and add the reference to the patch in v2.

Best Regards,
PanChuang