diff options
author | 2021-09-03 14:24:58 +0100 | |
---|---|---|
committer | 2021-09-13 19:41:27 +0300 | |
commit | 0327c6d01a97a3242cf10717819994aa6e095a1d (patch) | |
tree | d93950db0554cff34a1f9e69c7fa0508101d824c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | fs/ntfs3: Show uid/gid always in show_options() (diff) | |
download | linux-dev-0327c6d01a97a3242cf10717819994aa6e095a1d.tar.xz linux-dev-0327c6d01a97a3242cf10717819994aa6e095a1d.zip |
fs/ntfs3: Remove redundant initialization of variable err
The variable err is being initialized with a value that is never read, it
is being updated later on. The assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions