commit | a1e806550e566e987e06561873ab8276ee54d130 | [log] [tgz] |
---|---|---|
author | Arnaud Lacombe <lacombar@gmail.com> | Sun Jul 10 03:27:33 2011 -0400 |
committer | Michal Marek <mmarek@suse.cz> | Wed Jul 13 13:54:01 2011 +0200 |
tree | 3a21c4c542913dfbd5e4206b3955e62a2aa0ef22 | |
parent | f98ee76955f883abf2ea2a5e5b43deab01734f47 [diff] |
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 <nir.tzachar@gmail.com> Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>