From: Wang Sheng-Hui Date: Fri, 30 Mar 2012 07:14:27 +0000 (+0800) Subject: btrfs/ctree.c: remove the unnecessary 'return -1;' at the end of bin_search X-Git-Tag: v3.5-rc1~17^2~1^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f775738f6fba9c7f6deaa540860d6fb7e2d28445;p=pandora-kernel.git btrfs/ctree.c: remove the unnecessary 'return -1;' at the end of bin_search The code path should not reach there. Remove it. Signed-off-by: Wang Sheng-Hui --- Reading git-diff-tree failed