From: Benjamin Poirier Date: Thu, 23 Aug 2012 18:55:03 +0000 (-0400) Subject: menuconfig: Remove superfluous conditionnal X-Git-Tag: v3.7-rc1~46^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9d29abd98a2bbeb3a6c49c1607348c92bc80105;p=pandora-kernel.git menuconfig: Remove superfluous conditionnal Because end_reached is set to 0 before the loop, the test "!end_reached" is always true and can be removed. This structure was perhaps copied from the similar one in back_lines(). Signed-off-by: Benjamin Poirier Signed-off-by: Michal Marek --- Reading git-diff-tree failed