Message ID | 20221127144116.1418083-6-jic23@kernel.org |
---|---|
State | New |
Headers | show |
Series | Input: Fix insufficent DMA alignment. | expand |
diff --git a/drivers/input/touchscreen/cyttsp_core.h b/drivers/input/touchscreen/cyttsp_core.h index 075509e695a2..e87cb323623c 100644 --- a/drivers/input/touchscreen/cyttsp_core.h +++ b/drivers/input/touchscreen/cyttsp_core.h @@ -131,7 +131,7 @@ struct cyttsp { u8 lp_intrvl; u8 *bl_keys; - u8 xfer_buf[] ____cacheline_aligned; + u8 xfer_buf[] __aligned(ARCH_KMALLOC_MINALIGN); }; struct cyttsp *cyttsp_probe(const struct cyttsp_bus_ops *bus_ops,