Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bce41d60 authored by Artem Bityutskiy's avatar Artem Bityutskiy Committed by David Woodhouse
Browse files

jffs2: do not initialize variable unnecessarily



Remove unnecessary initializer for a local variable.

Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 9398d1ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -335,7 +335,7 @@ static int jffs2_block_check_erase(struct jffs2_sb_info *c, struct jffs2_erasebl
	void *ebuf;
	uint32_t ofs;
	size_t retlen;
	int ret = -EIO;
	int ret;
	unsigned long *wordebuf;

	ret = mtd_point(c->mtd, jeb->offset, c->sector_size, &retlen,