diff options
author | Richard Weinberger <richard@nod.at> | 2014-09-22 10:45:34 +0200 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2014-09-26 13:42:41 +0300 |
commit | 170505f58f01d89dea2667d484cb5da18fb9ffd9 (patch) | |
tree | 3cd270b07f5900bd2f1394dfed80ef32524536e5 /drivers/mtd/ubi/wl.c | |
parent | 4b1a43eab1ab0b1d05bc0c2aa823262da2445a7f (diff) | |
download | linux-170505f58f01d89dea2667d484cb5da18fb9ffd9.tar.bz2 |
UBI: ubi_eba_read_leb: Remove in vain variable assignment
There is no need to set err, it will be overwritten in any case
later at:
if (scrub)
err = ubi_wl_scrub_peb(ubi, pnum);
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'drivers/mtd/ubi/wl.c')
0 files changed, 0 insertions, 0 deletions