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
MXC-CEC: Use instance data pointer whenever possible
Even though there is only one instance of the device and
only one client that uses it, access instance data via the
private data pointer passed in rather than modifying the
global structures directly.
Signed-off-by: Rudi <[email protected]>
0 commit comments