1
0
Fork 0

fs: befs: remove in vain variable assignment

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

Signed-off-by: Salah Triki <salah.triki@gmail.com>
Acked-by: Luis de Bethencourt <luisbg@osg.samsung.com>
steinar/wifi_calib_4_9_kernel
Salah Triki 2016-07-31 21:34:27 +01:00 committed by Luis de Bethencourt
parent a26bc1adc7
commit 88ff34446b
1 changed files with 0 additions and 2 deletions

View File

@ -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 */