kconfig/nconf: remove useless conditionnal
authorArnaud Lacombe <lacombar@gmail.com>
Sun, 10 Jul 2011 07:27:33 +0000 (03:27 -0400)
committerMichal Marek <mmarek@suse.cz>
Wed, 13 Jul 2011 11:54:01 +0000 (13:54 +0200)
After the test

if (!submenu || ...)
continue;

the variable `submenu' can _not_ be NULL, so do not test for this
situation.

Cc: Nir Tzachar <nir.tzachar@gmail.com>
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>

No differences found