projects
/
carl9170fw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e9de48
)
kconfig: remove unneeded input_mode test in conf()
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Wed, 28 Feb 2018 00:15:22 +0000
(09:15 +0900)
committer
Christian Lamparter
<chunkeey@gmail.com>
Sun, 10 Feb 2019 21:05:57 +0000
(22:05 +0100)
conf() is never called for listnewconfig / olddefconfig.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/conf.c
patch
|
blob
|
history
diff --git
a/config/conf.c
b/config/conf.c
index 0d21a01122f7a70078fde40bb66cdae3ef03689d..0da602a422d23e731a5b80e9ae509eeefd4382ed 100644
(file)
--- a/
config/conf.c
+++ b/
config/conf.c
@@
-354,8
+354,7
@@
static void conf(struct menu *menu)
switch (prop->type) {
case P_MENU:
- if ((input_mode == listnewconfig ||
- input_mode == oldnoconfig) &&
+ if (input_mode == listnewconfig) &&
rootEntry != menu) {
check_conf(menu);
return;