Re: [PATCH] iio: adc: ti-ads131e08: return correct error code
From: Jonathan Cameron
Date: Sun Oct 12 2025 - 15:18:40 EST
On Sat, 11 Oct 2025 13:41:49 +0530
Dixit Parmar <dixitparmar19@xxxxxxxxx> wrote:
> The error code returned from devm_iio_trigger_register() inturn
> iio_trigger_register() can be other than -ENOMEM. Hence return the
> same value as it was returned from the function call.
> This change makes devm_iio_trigger_register() handling uniform with
> other iio drivers.
>
> Signed-off-by: Dixit Parmar <dixitparmar19@xxxxxxxxx>
Applied
Thanks,
J