commit | 170505f58f01d89dea2667d484cb5da18fb9ffd9 | [log] [tgz] |
---|---|---|
author | Richard Weinberger <richard@nod.at> | Mon Sep 22 10:45:34 2014 +0200 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Fri Sep 26 13:42:41 2014 +0300 |
tree | 3cd270b07f5900bd2f1394dfed80ef32524536e5 | |
parent | 4b1a43eab1ab0b1d05bc0c2aa823262da2445a7f [diff] |
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>