Re: [PATCH 2/3] iio: adc: ad4695: Add driver for AD4695 and similar ADCs
From: David Lechner
Date: Wed Jun 12 2024 - 15:40:37 EST
On 6/12/24 2:20 PM, David Lechner wrote:
> + ad4695_set_ref_voltage(st, st->vref_mv);
> + if (ret)
> + return ret;
> +
For some reason, no matter how many times I go over a patch, I
always find something as soon as I hit send.
This is missing ret =