We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e93430 commit a0ae04aCopy full SHA for a0ae04a
drivers/clk/imx/clk-scu.c
@@ -43,12 +43,12 @@ struct imx_sc_msg_req_set_clock_rate {
43
__le32 rate;
44
__le16 resource;
45
u8 clk;
46
-} __packed;
+} __packed __aligned(4);
47
48
struct req_get_clock_rate {
49
50
51
52
53
struct resp_get_clock_rate {
54
@@ -121,7 +121,7 @@ struct imx_sc_msg_req_clock_enable {
121
122
u8 enable;
123
u8 autog;
124
125
126
static inline struct clk_scu *to_clk_scu(struct clk_hw *hw)
127
{
0 commit comments