On Mon, 13 May 2024 01:05:22 +0200 Vasileios Amoiridis <vassilisamir@xxxxxxxxx> wrote: > Add the coefficients for the IIO standard units and the IIO value > inside the chip_info structure. > > Move the calculations for the IIO unit compatibility from inside the > read_{temp,press,humid}() functions and move them to the general > read_raw() function. > > In this way, all the data for the calculation of the value are > located in the chip_info structure of the respective sensor. > > Signed-off-by: Vasileios Amoiridis <vassilisamir@xxxxxxxxx> This had the earlier missing int ret; in it, so needs some manual tweaking. Applied. Thanks, Jonathan