UPSTREAM: f2fs: remove redundant assignment to variable err
The variable err is being assigned a value zero and then the following goto page_hit reassigns err a new value. The zero assignment is redundant and can be removed. Change-Id: I4ac55ac78f7008c7cd5523cdd231c77d367bd2e6 Signed-off-by:Colin Ian King <colin.i.king@gmail.com> [Jaegeuk Kim: clean up braces and if condition, suggested by Dan Carpenter] Reviewed-by:
Chao Yu <chao@kernel.org> Signed-off-by:
Jaegeuk Kim <jaegeuk@kernel.org> (cherry picked from commit 539d3345)
Loading
Please sign in to comment