Re: [PATCH v4 2/2] iio: chemical: Add driver for SEN0322
From: Tóth János
Date: Fri May 16 2025 - 03:44:58 EST
Hi!
> Will shortly appear in the testing branch of iio.git. I'll push it out
> as togreg once it's had minimal 0-day build coverage.
Wonderful, thank you!
> > + ret = data[0] * 100 + data[1] * 10 + data[2];
>
> return data[0] ...
Yep, sorry.
> If nothing else comes up I'll fix this.
Thank you! Please let me know if I have to change something.
Best regards,
János