commit | 770aa73d8965b6fe7b08b0e5a8f4cceb4cb17f12 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Wed Nov 27 06:20:02 2019 +0000 |
committer | Richard Weinberger <richard@nod.at> | Thu Jan 16 23:35:20 2020 +0100 |
tree | d3f7719004cf85ed6c5f6b42eafb839c46ea28fc | |
parent | ef5aafb6e4e9942a28cd300bdcda21ce6cbaf045 [diff] |
ubi: wl: Remove set but not used variable 'prev_e' Fixes gcc '-Wunused-but-set-variable' warning: drivers/mtd/ubi/wl.c: In function 'find_wl_entry': drivers/mtd/ubi/wl.c:322:27: warning: variable 'prev_e' set but not used [-Wunused-but-set-variable] It's not used any more now, so remove it. Fixes: f9c34bb52997 ("ubi: Fix producing anchor PEBs") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Richard Weinberger <richard@nod.at>