RE: [PATCH 1/3] iio: adc: ltc2309: introduce chip_info structure

From: Jones, Carlos jr

Date: Mon Mar 23 2026 - 07:15:53 EST


>
> Will revert addition of const struct ltc2309_chip_info *chip_info since it is
> indeed, wasteful to carry the pointer to the full structure when only the read
> delay is used after probe.
>
> > > + .read_delay_us = 0,
> >
> > Unneeded.
> >
>
> Will convert to variable to copy this value over instead. Thanks.
>

Sorry, I meant, I will remove this unneeded setting since it is redundant.
(global struct members are zero-initialized already)