linux/drivers/staging/erofs
Colin Ian King 5c8004ce61 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>
2019-06-18 08:59:40 +02:00
..
Documentation/filesystems staging: erofs: support IO read error injection 2019-03-26 05:51:17 +09:00
include staging: erofs: add trace points for reading zipped data 2018-09-18 16:35:03 +02:00
Kconfig staging: erofs: fix undefined LZ4_decompress_safe_partial() 2018-11-09 08:34:39 -08:00
Makefile staging: erofs: drop unneeded -Wall addition 2019-05-20 07:40:41 +02:00
TODO staging: erofs: update erofs-utils information in TODO 2018-12-06 16:08:56 +01:00
data.c for-5.2/block-20190507 2019-05-07 18:14:36 -07:00
dir.c staging: erofs: clean up initialization of pointer de 2019-06-18 08:59:40 +02:00
erofs_fs.h staging: erofs: add requirements field in superblock 2019-06-17 22:58:58 +02:00
inode.c staging: erofs: rename data_mapping_mode to datamode 2019-06-17 23:01:48 +02:00
internal.h staging: erofs: rename data_mapping_mode to datamode 2019-06-17 23:01:48 +02:00
namei.c staging: erofs: support statx 2019-05-30 13:59:10 -07:00
super.c staging: erofs: add requirements field in superblock 2019-06-17 22:58:58 +02:00
unzip_pagevec.h staging: erofs: fix Warning Use BUG_ON instead of if condition followed by BUG 2019-05-20 09:31:46 +02:00
unzip_vle.c staging: erofs: fix warning Comparison to bool 2019-06-09 13:07:23 +02:00
unzip_vle.h staging: erofs: make use of DBG_BUGON 2019-06-09 13:07:23 +02:00
unzip_vle_lz4.c staging: erofs: fix to handle error path of erofs_vmap() 2019-03-18 07:56:14 +01:00
utils.c staging: erofs: Use !x or x in place of NULL comparision 2019-03-22 15:20:25 +01:00
xattr.c staging: erofs: Use !x or x in place of NULL comparision 2019-03-22 15:20:25 +01:00
xattr.h staging: erofs: complete POSIX ACL support 2019-01-30 15:38:50 +01:00