git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f98ee76
)
kconfig/nconf: remove useless conditionnal
author
Arnaud Lacombe
<lacombar@gmail.com>
Sun, 10 Jul 2011 07:27:33 +0000
(
03:27
-0400)
committer
Michal 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