diff options
author | Ruan Jinjie <ruanjinjie@huawei.com> | 2023-08-17 14:32:19 +0800 |
---|---|---|
committer | Jon Mason <jdmason@kudzu.us> | 2023-08-18 09:50:06 -0400 |
commit | 28e70ed9d0fab935f78b565d9c026585559b86a4 (patch) | |
tree | f4301cdfc2d79411359f89571e12973a90921480 /tools/perf/scripts/python/libxed.py | |
parent | 03c9e6f0e0ab3fb6129b8a9f064b7d7957aa969a (diff) |
ntb: amd: Drop unnecessary error check for debugfs_create_dir
This patch removes the error checking for debugfs_create_dir in
ntb_hw_amd.c. This is because the DebugFS kernel API is developed
in a way that the caller can safely ignore the errors that
occur during the creation of DebugFS nodes. The debugfs APIs have
a IS_ERR() judge in start_creating() which can handle it
gracefully. so these checks are unnecessary.
Signed-off-by: Ruan Jinjie <ruanjinjie@huawei.com>
Acked-by: Sanjay R Mehta <sanju.mehta@amd.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions