Loading scripts/kconfig/conf.c +1 −1 Original line number Diff line number Diff line Loading @@ -596,7 +596,7 @@ int main(int ac, char **av) break; } if (conf_get_changed() && conf_write(NULL)) { if (conf_write(NULL)) { fprintf(stderr, _("\n*** Error during writing of the kernel configuration.\n\n")); exit(1); } Loading scripts/kconfig/confdata.c +2 −6 Original line number Diff line number Diff line Loading @@ -222,10 +222,8 @@ int conf_read_simple(const char *name, int def) continue; if (def == S_DEF_USER) { sym = sym_find(line + 9); if (!sym) { conf_warning("trying to assign nonexistent symbol %s", line + 9); if (!sym) break; } } else { sym = sym_lookup(line + 9, 0); if (sym->type == S_UNKNOWN) Loading Loading @@ -261,10 +259,8 @@ int conf_read_simple(const char *name, int def) } if (def == S_DEF_USER) { sym = sym_find(line + 7); if (!sym) { conf_warning("trying to assign nonexistent symbol %s", line + 7); if (!sym) break; } } else { sym = sym_lookup(line + 7, 0); if (sym->type == S_UNKNOWN) Loading Loading
scripts/kconfig/conf.c +1 −1 Original line number Diff line number Diff line Loading @@ -596,7 +596,7 @@ int main(int ac, char **av) break; } if (conf_get_changed() && conf_write(NULL)) { if (conf_write(NULL)) { fprintf(stderr, _("\n*** Error during writing of the kernel configuration.\n\n")); exit(1); } Loading
scripts/kconfig/confdata.c +2 −6 Original line number Diff line number Diff line Loading @@ -222,10 +222,8 @@ int conf_read_simple(const char *name, int def) continue; if (def == S_DEF_USER) { sym = sym_find(line + 9); if (!sym) { conf_warning("trying to assign nonexistent symbol %s", line + 9); if (!sym) break; } } else { sym = sym_lookup(line + 9, 0); if (sym->type == S_UNKNOWN) Loading Loading @@ -261,10 +259,8 @@ int conf_read_simple(const char *name, int def) } if (def == S_DEF_USER) { sym = sym_find(line + 7); if (!sym) { conf_warning("trying to assign nonexistent symbol %s", line + 7); if (!sym) break; } } else { sym = sym_lookup(line + 7, 0); if (sym->type == S_UNKNOWN) Loading