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 object pointed to by the config_info field of struct device is const qualified, but some conversions of that object to a driver-specific type discard the qualifier. This is a violation of MISRA 11.8 as it produces undefined behavior.