staging: iio: frequency: ad9832: Fix alignment for DMA safety
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 13 Aug 2022 16:06:00 +0000 (17:06 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 20 Aug 2022 11:54:43 +0000 (12:54 +0100)
commit83856aaab45da0fd34f94aac0371ba80668c1dbc
treea28217a737f17bfde52775b43cee3cf178e75dbc
parent14a4d22ead0d9c01a6d7e9cb7f1d321dd29d354b
staging: iio: frequency: ad9832: Fix alignment for DMA safety

____cacheline_aligned is an insufficient guarantee for non-coherent DMA
on platforms with 128 byte cachelines above L1.  Switch to the updated
IIO_DMA_MINALIGN definition.  Whilst here, move the marking to cover
the whole union. That has no functional affect, but makes it slightly
easier to see what is going on.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20220813160600.1157169-1-jic23@kernel.org
drivers/staging/iio/frequency/ad9832.c