提交 88ff3444 编写于 作者: S Salah Triki 提交者: 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: NSalah Triki <salah.triki@gmail.com>
Acked-by: NLuis de Bethencourt <luisbg@osg.samsung.com>
上级 a26bc1ad
...@@ -347,8 +347,6 @@ befs_find_key(struct super_block *sb, struct befs_btree_node *node, ...@@ -347,8 +347,6 @@ befs_find_key(struct super_block *sb, struct befs_btree_node *node,
befs_debug(sb, "---> %s %s", __func__, findkey); befs_debug(sb, "---> %s %s", __func__, findkey);
*value = 0;
findkey_len = strlen(findkey); findkey_len = strlen(findkey);
/* if node can not contain key, just skeep this node */ /* if node can not contain key, just skeep this node */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册