mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00:00
c2acb7c4d5
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: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Sebastian Reichel <sre@kernel.org> |
||
---|---|---|
.. | ||
clients | ||
controllers | ||
hsi_boardinfo.c | ||
hsi_core.h | ||
hsi.c | ||
Kconfig | ||
Makefile |