staging: erofs: clean up initialization of pointer de
authorColin Ian King <colin.king@canonical.com>
Mon, 17 Jun 2019 12:55:29 +0000 (13:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Jun 2019 06:59:40 +0000 (08:59 +0200)
commit5c8004ce6149a6342fbaffe1410e1f5f7a21ca2a
treeeacb97e6c6a546e2a893fcae0ca4bc814a4740f9
parent7c23143199e3bae4f1ad8ad38370fc8cf1b3d5c9
staging: erofs: clean up initialization of pointer de

Currently pointer de is being initialized with a value that is
never read and a few statements later de is being re-assigned. Clean
this up by ininitialzing de and removing the re-assignment.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Gao Xiang <gaoxiang25@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/erofs/dir.c