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
Make sure that format-specific data is cleaned up after a failed probe.
Since private data may not be even allocated at that point, the cleanup
handlers must check that the pointer is not NULL before dereferencing it.
Add this check to devmem and lkcd cleanup handlers.
Signed-off-by: Petr Tesarik <[email protected]>
0 commit comments