diff options
author | shengyong <shengyong1@huawei.com> | 2015-06-03 04:37:38 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2015-06-03 10:41:45 +0300 |
commit | 669d3d123395ce00c7a1c4e3ca0254b2f9ec95d0 (patch) | |
tree | d06bfadb91d09b7cf11084c9766c362ae1c749a6 /drivers/mtd/ubi/wl.c | |
parent | 53cd255ce7539eff28d86eafb3416a6d964be4df (diff) | |
download | linux-669d3d123395ce00c7a1c4e3ca0254b2f9ec95d0.tar.xz |
UBI: Remove unnecessary `\'
Signed-off-by: Sheng Yong <shengyong1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'drivers/mtd/ubi/wl.c')
-rw-r--r-- | drivers/mtd/ubi/wl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/wl.c b/drivers/mtd/ubi/wl.c index 16214d3d57a4..275d9fb6fe5c 100644 --- a/drivers/mtd/ubi/wl.c +++ b/drivers/mtd/ubi/wl.c @@ -1581,7 +1581,7 @@ int ubi_wl_init(struct ubi_device *ubi, struct ubi_attach_info *ai) dbg_wl("found %i PEBs", found_pebs); if (ubi->fm) { - ubi_assert(ubi->good_peb_count == \ + ubi_assert(ubi->good_peb_count == found_pebs + ubi->fm->used_blocks); for (i = 0; i < ubi->fm->used_blocks; i++) { |