diff options
author | Jianuo Kuang <[email protected]> | 2023-04-24 10:41:40 +0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-04-24 18:12:42 -0700 |
commit | e515c330d7e22692d03475740fa45d179281cdf7 (patch) | |
tree | c47bc8510873f2555fd7c94c8553d8e4016c34fa /lib/mpi/mpi-mod.c | |
parent | 86c2b51f203ec89adc18492a46343472055fd3c8 (diff) |
drivers: nfc: nfcsim: remove return value check of `dev_dir`
Smatch complains that:
nfcsim_debugfs_init_dev() warn: 'dev_dir' is an error pointer or valid
According to the documentation of the debugfs_create_dir() function,
there is no need to check the return value of this function.
Just delete the dead code.
Signed-off-by: Jianuo Kuang <[email protected]>
Reviewed-by: Dongliang Mu <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions