]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: imu: adis16550: align buffers for timestamp
authorDavid Lechner <dlechner@baylibre.com>
Fri, 18 Apr 2025 16:17:13 +0000 (11:17 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 21 Apr 2025 10:51:35 +0000 (11:51 +0100)
commite4570f4bb231f01e32d44fd38841665f340d6914
treee187f855032c62c1a3d2f90f01d1e1b75473d7f8
parent2e922956277187655ed9bedf7b5c28906e51708f
iio: imu: adis16550: align buffers for timestamp

Align the buffers used with iio_push_to_buffers_with_timestamp() to
ensure the s64 timestamp is aligned to 8 bytes.

Fixes: bac4368fab62 ("iio: imu: adis16550: add adis16550 support")
Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20250418-iio-more-timestamp-alignment-v2-1-d6a5d2b1c9fe@baylibre.com
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/imu/adis16550.c