kconfig: remove redundant input_mode test for check_conf() loop
[carl9170fw.git] / config / conf.c
index 0da602a422d23e731a5b80e9ae509eeefd4382ed..927e3ba5830f0aeb7fdf19de3768f013494411f2 100644 (file)
@@ -629,7 +629,7 @@ int main(int ac, char **av)
                do {
                        conf_cnt = 0;
                        check_conf(&rootmenu);
-               } while (conf_cnt && input_mode != listnewconfig);
+               } while (conf_cnt);
                break;
        }