Re: [PATCH] iio: adc: ti-adc*: use dev_err_probe for probe time errors
From: Prashant Rahul
Date: Thu Jun 18 2026 - 12:52:33 EST
On Tue Jun 16, 2026 at 7:33 PM IST, David Lechner wrote:
> Please make one patch per file.
will do
> Please don't add new error messages. If there is a really good
> reason to, please do that in a separate patch with a justification
> as to why it is needed.
> In this particular case, the only error is -ENOMEM, which we never
> have an error message for.
I understand. I will remove the additional logs, except the ones after
`devm_iio_triggered_buffer_setup` for -ENOMEM.