OSDN Git Service

fs/ntfs3: Remove redundant initialization of variable err
authorColin Ian King <colin.king@canonical.com>
Fri, 3 Sep 2021 13:24:58 +0000 (14:24 +0100)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 13 Sep 2021 16:41:27 +0000 (19:41 +0300)
commit0327c6d01a97a3242cf10717819994aa6e095a1d
treed93950db0554cff34a1f9e69c7fa0508101d824c
parent15b2ae776044ac52cddda8a3e6c9fecd15226b8c
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>
fs/ntfs3/index.c