From: Arnaud Lacombe Date: Sun, 10 Jul 2011 07:27:33 +0000 (-0400) Subject: kconfig/nconf: remove useless conditionnal X-Git-Tag: v3.1-rc1~115^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1e806550e566e987e06561873ab8276ee54d130;p=pandora-kernel.git kconfig/nconf: remove useless conditionnal After the test if (!submenu || ...) continue; the variable `submenu' can _not_ be NULL, so do not test for this situation. Cc: Nir Tzachar Signed-off-by: Arnaud Lacombe Signed-off-by: Michal Marek --- Reading git-diff-tree failed