mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-09 05:08:21 +00:00
tracing_init_dentry() will soon return NULL as a valid pointer for the top level tracing directroy. NULL can not be used as an error value. Instead, switch to ERR_PTR() and check the return status with IS_ERR(). Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
7.6 KiB
7.6 KiB