Re: [PATCH v6 1/3] iio: adc: bcm_iproc_adc: Remove redundant probe error messages
Andy Shevchenko <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Organization | Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo |
| Message-ID | <[email protected]> |
On Thu, Aug 06, 2026 at 08:09:00AM +0530, [email protected] wrote: > devm_request_threaded_irq() already logs an error when the request > fails, making the explicit dev_err() redundant. > > Similarly, iproc_adc_enable() already reports failures, making the > additional dev_err() in the probe path redundant. > > Remove both duplicate messages. Suggested-by: Andy Shevchenko <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> -- With Best Regards, Andy Shevchenko