Re: [PATCH] staging: erofs: clean up initialization of pointer de

2019-06-20 Thread Chao Yu
On 2019/6/17 20:55, Colin King wrote: > From: Colin Ian King > > 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 va

Re: [PATCH] staging: erofs: clean up initialization of pointer de

2019-06-17 Thread Gao Xiang
On 2019/6/17 20:55, Colin King wrote: > From: Colin Ian King > > 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

[PATCH] staging: erofs: clean up initialization of pointer de

2019-06-17 Thread Colin King
From: Colin Ian King 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 --- drivers/st