]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: consumers: Fix offset handling in iio_convert_raw_to_processed()
authorHans de Goede <hansg@kernel.org>
Sun, 31 Aug 2025 10:48:21 +0000 (12:48 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Wed, 10 Sep 2025 18:47:04 +0000 (19:47 +0100)
commit33f5c69c4daff39c010b3ea6da8ebab285f4277b
tree009d507968b9771e2cdeb5de3c25c1e1e70069bd
parent0f85406bf830eb8747dd555ab53c9d97ee4af293
iio: consumers: Fix offset handling in iio_convert_raw_to_processed()

Fix iio_convert_raw_to_processed() offset handling for channels without
a scale attribute.

The offset has been applied to the raw64 value not to the original raw
value. Use the raw64 value so that the offset is taken into account.

Fixes: 14b457fdde38 ("iio: inkern: apply consumer scale when no channel scale is available")
Cc: Liam Beguin <liambeguin@gmail.com>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Hans de Goede <hansg@kernel.org>
Link: https://patch.msgid.link/20250831104825.15097-3-hansg@kernel.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/inkern.c