mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 03:59:22 +02:00
The debugfs_create_dir function returns ERR_PTR in case of error, and the only correct way to check if an error occurred is 'IS_ERR' inline function. This patch will replace the null-comparison with IS_ERR. Signed-off-by: Anup Sharma <anupnewsmail@gmail.com> Suggested-by: Ivan Orlov <ivan.orlov0322@gmail.com> Signed-off-by: Jon Mason <jdmason@kudzu.us> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| ntb_hw_amd.c | ||
| ntb_hw_amd.h | ||