… > ucsi_register_altmode checks IS_ERR on returned pointer and treats > NULL as valid. This results in a null deref when > trace_ucsi_register_altmode is called. … Can it be nicer to use the term “null pointer dereference” for the commit message here? Regards, Markus