diff options
author | shengyong <shengyong1@huawei.com> | 2015-06-03 01:37:38 +0000 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2015-06-03 09:41:45 +0200 |
commit | 669d3d123395ce00c7a1c4e3ca0254b2f9ec95d0 (patch) | |
tree | d06bfadb91d09b7cf11084c9766c362ae1c749a6 /drivers/mtd/ubi/fastmap.c | |
parent | 53cd255ce7539eff28d86eafb3416a6d964be4df (diff) |
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/fastmap.c')
-rw-r--r-- | drivers/mtd/ubi/fastmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/fastmap.c b/drivers/mtd/ubi/fastmap.c index 9eee9044b11f..4aa2fd8633e7 100644 --- a/drivers/mtd/ubi/fastmap.c +++ b/drivers/mtd/ubi/fastmap.c @@ -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", |