diff options
author | Li Zetao <lizetao1@huawei.com> | 2024-09-03 17:41:15 +0300 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2024-09-13 17:25:43 +0300 |
commit | 04736f7d1945722117def1462fd3602c72c02272 (patch) | |
tree | b8bdfd0351ee107ac9d229ab8536ac861a3ec8db /scripts/gdb/vmlinux-gdb.py | |
parent | 77d48d39e99170b528e4f2e9fc5d1d64cdedd386 (diff) | |
download | linux-04736f7d1945722117def1462fd3602c72c02272.tar.xz |
efi: Remove redundant null pointer checks in efi_debugfs_init()
Since the debugfs_create_dir() never returns a null pointer, checking
the return value for a null pointer is redundant, and using IS_ERR is
safe enough.
Signed-off-by: Li Zetao <lizetao1@huawei.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'scripts/gdb/vmlinux-gdb.py')
0 files changed, 0 insertions, 0 deletions