]> git.baikalelectronics.ru Git - kernel.git/commit
iio: magn: hmc5843: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 1 May 2021 17:01:17 +0000 (18:01 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 17 May 2021 12:54:29 +0000 (13:54 +0100)
commitb0043a48a996566098d806121c5950d4e0cda298
tree9668e3082d489880d8d3ef2427e635ad610a3bac
parent1d7c9141c99a1299f8c452025b550982c3afd1bf
iio: magn: hmc5843: Fix buffer alignment in iio_push_to_buffers_with_timestamp()

To make code more readable, use a structure to express the channel
layout and ensure the timestamp is 8 byte aligned.

Found during an audit of all calls of uses of
iio_push_to_buffers_with_timestamp()

Fixes: 964c644c8a87 ("iio: hmc5843: Move hmc5843 out of staging")
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20210501170121.512209-16-jic23@kernel.org
drivers/iio/magnetometer/hmc5843.h
drivers/iio/magnetometer/hmc5843_core.c