You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The usage of the .data field of the of_device_id array changed with the
move to kernel 6.11, but because it holds a void pointer there were
no warnings that the sdhci_dwcmshc_rp1_data was now the wrong type.
Convert sdhci_dwcmshc_rp1_data to a dwcmshc_pltfm_data to avoid a crash
when one of RP1's SDIO interfaces is enabled.
See: #6778
Signed-off-by: Phil Elwell <[email protected]>
0 commit comments