Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit ae84def4 authored by Petri Gynther's avatar Petri Gynther Committed by Saalim Quadri
Browse files

msm: cleanup: struct gsi_mhi_channel_scratch



Remove __packed from the usage of struct gsi_mhi_channel_scratch.
__packed is only needed in the struct definition and one union inclusion.

include/linux/msm_gsi.h:
struct __packed gsi_mhi_channel_scratch {
    ...
}

union __packed gsi_channel_scratch {
    ...
    struct __packed gsi_mhi_channel_scratch mhi;
    ...
}

Bug: 139442076
Bug: 139808631
Change-Id: Ic07de9a164b88238bbe8655252b65783d846e933
Signed-off-by: default avatarPetri Gynther <pgynther@google.com>
Signed-off-by: default avatarUtsavBalar1231 <utsavbalar1231@gmail.com>
Signed-off-by: default avatardanascape <saalim.priv@gmail.com>
Signed-off-by: default avatardanascape <danascape@gmail.com>
parent 974ee5fc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment