UBI: Remove unnecessary `\'
authorshengyong <shengyong1@huawei.com>
Wed, 3 Jun 2015 01:37:38 +0000 (01:37 +0000)
committerRichard Weinberger <richard@nod.at>
Wed, 3 Jun 2015 07:41:45 +0000 (09:41 +0200)
Signed-off-by: Sheng Yong <shengyong1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/fastmap.c
drivers/mtd/ubi/wl.c

index 9eee9044b11fcd7c5de5c1ea1e713b935dbed1d9..4aa2fd8633e769b0ae6b09ecf3e267031a00c1f3 100644 (file)
@@ -316,7 +316,7 @@ static int update_vol(struct ubi_device *ubi, struct ubi_attach_info *ai,
                        list_add_tail(&victim->u.list, &ai->erase);
 
                        if (av->highest_lnum == be32_to_cpu(new_vh->lnum))
-                               av->last_data_size = \
+                               av->last_data_size =
                                        be32_to_cpu(new_vh->data_size);
 
                        dbg_bld("vol %i: AEB %i's PEB %i is the newer",
index 16214d3d57a4d7de6201b61cc5a540f28b80b743..275d9fb6fe5c541c7253ece5cacc7ae189110eba 100644 (file)
@@ -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++) {