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

Commit 88ff3444 authored by Salah Triki's avatar Salah Triki Committed by Luis de Bethencourt
Browse files

fs: befs: remove in vain variable assignment



There is no need to set *value, it will be overwritten later.

Signed-off-by: default avatarSalah Triki <salah.triki@gmail.com>
Acked-by: default avatarLuis de Bethencourt <luisbg@osg.samsung.com>
parent a26bc1ad
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -347,8 +347,6 @@ befs_find_key(struct super_block *sb, struct befs_btree_node *node,

	befs_debug(sb, "---> %s %s", __func__, findkey);

	*value = 0;

	findkey_len = strlen(findkey);

	/* if node can not contain key, just skeep this node */