mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
e229897d37
The debugfs_create_dir() function returns error pointers.
It never returns NULL. So use IS_ERR() to check it.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
ntb_hw_gen1.c | ||
ntb_hw_gen1.h | ||
ntb_hw_gen3.c | ||
ntb_hw_gen3.h | ||
ntb_hw_gen4.c | ||
ntb_hw_gen4.h | ||
ntb_hw_intel.h |