mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 12:10:52 +02:00
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 | ||