Skip to content
Commit 57df60e1 authored by Yang Ruibin's avatar Yang Ruibin Committed by Rafael J. Wysocki
Browse files

thermal/debugfs: Fix the NULL vs IS_ERR() confusion in debugfs_create_dir()



The debugfs_create_dir() return value is never NULL, it is either a
valid pointer or an error one.

Use IS_ERR() to check it.

Fixes: 7ef01f22 ("thermal/debugfs: Add thermal debugfs information for mitigation episodes")
Fixes: 755113d7 ("thermal/debugfs: Add thermal cooling device debugfs information")
Signed-off-by: default avatarYang Ruibin <11162571@vivo.com>
Link: https://patch.msgid.link/20240821075934.12145-1-11162571@vivo.com


[ rjw: Subject and changelog edits ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 47ac09b9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment