Re: [PATCH 1/2] hwmon: Remove redundant dev_err()/dev_err_probe()
Pan Chuang <[email protected]> Mon, 20 Jul 2026 11:16:19 +0800
| Newsgroups | org.ozlabs.lists.openbmc,org.kernel.vger.linux-hwmon,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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