Re: [PATCH] iio: adc: ti-ads1119: Reinit completion before wait_for_completion_timeout()

From: Felix Gu

Date: Tue Mar 03 2026 - 08:26:44 EST


> What's the reason for doing here rather than a few lines later.
> That is before this
> ret = i2c_smbus_write_byte(st->client, ADS1119_CMD_START_SYNC);
> which the naming suggests kicks of the actual channel capture?
>
> Jonathan
>
Hi Jonathan,

I think both positions are fine, but the one you mentioned is more precise.
I will update it in V2.

Best regards,
Felix