erofs: avoid unnecessary variable `err'
authorGao Xiang <hsiangkao@redhat.com>
Sat, 19 Sep 2020 07:27:28 +0000 (15:27 +0800)
committerGao Xiang <hsiangkao@redhat.com>
Sat, 19 Sep 2020 07:35:17 +0000 (15:35 +0800)
commit6c3e485ea37da2bcca68e6b8c635ddd2b4da540d
tree8a74afedbec2d685b48a8cda56b16e4410deb760
parente3f78d5e7e6b0825f4e646f74b0e469b023e5df4
erofs: avoid unnecessary variable `err'

variable `err' in z_erofs_submit_queue() isn't useful
here, remove it instead.

Reviewed-by: Chao Yu <yuchao0@huawei.com>
Link: https://lore.kernel.org/r/20200919072730.24989-1-hsiangkao@redhat.com
Signed-off-by: Gao Xiang <hsiangkao@redhat.com>
fs/erofs/zdata.c