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

Skip to content
Unverified Commit a5d7c008 authored by Petri Gynther's avatar Petri Gynther Committed by Erfan Abdi
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 avatarAdam W. Willis <return.of.octobot@gmail.com>
parent 187f534c
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