Skip to content
Commit 3fd276e9 authored by Wei Yongjun's avatar Wei Yongjun Committed by Sebastian Reichel
Browse files

HSI: omap_ssi: Fix return value check in ssi_debug_add_ctrl()



In case of error, the function debugfs_create_*() returns NULL
pointer not ERR_PTR() if debugfs is enabled. The IS_ERR() test
in the return value check should be replaced with NULL test.

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
parent c2acb7c4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment