mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
32ec99f872
debugfs_create_file() return ERR_PTR and never return NULL.
When calling debugfs functions, there is no need to ever check the
return value. The function can work or not, but the code logic should
never do something different based on this.
Fixes:
|
||
---|---|---|
.. | ||
aspeed-video.c | ||
Kconfig | ||
Makefile |