Skip to content
Commit a0ae04a2 authored by Leonard Crestez's avatar Leonard Crestez Committed by Stephen Boyd
Browse files

clk: imx: Align imx sc clock msg structs to 4

The imx SC api strongly assumes that messages are composed out of
4-bytes words but some of our message structs have odd sizeofs.

This produces many oopses with CONFIG_KASAN=y.

Fix by marking with __aligned(4).

Fixes: fe37b482

 ("clk: imx: add scu clock common part")
Signed-off-by: default avatarLeonard Crestez <leonard.crestez@nxp.com>
Link: https://lkml.kernel.org/r/10e97a04980d933b2cfecb6b124bf9046b6e4f16.1582216144.git.leonard.crestez@nxp.com


Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 4e934301
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment