Message ID | 20221127144116.1418083-3-jic23@kernel.org |
---|---|
State | New |
Headers | show |
Series | Input: Fix insufficent DMA alignment. | expand |
diff --git a/drivers/input/misc/ad714x.h b/drivers/input/misc/ad714x.h index af847b5f0d0e..2b8b901183be 100644 --- a/drivers/input/misc/ad714x.h +++ b/drivers/input/misc/ad714x.h @@ -41,7 +41,7 @@ struct ad714x_chip { unsigned product; unsigned version; - __be16 xfer_buf[16] ____cacheline_aligned; + __be16 xfer_buf[16] __aligned(ARCH_KMALLOC_MINALIGN); };