whatawurst / android_kernel_sony_msm8998

LineageOS Kernel Tree for Sony Xperia XZ Premium, XZ1 and XZ1 Compact
Other
38 stars 72 forks source link

MMC: Fix misplaced fields in mmc_gpio #79

Closed Flamefire closed 1 year ago

Flamefire commented 1 year ago

The char[0] field must be the last field in the struct so the trailing suspended field was misplaced. Move it to the bools together with status for better alignment.

Fixes #78