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

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
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment