Commit 9a3c3bc8 authored by Masahiro Yamada's avatar Masahiro Yamada

kconfig: remove assignment for Kconfig file

Pass av[optind] to conf_parse() directly.
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent ee4c6f00
......@@ -571,8 +571,7 @@ int main(int ac, char **av)
conf_usage(progname);
exit(1);
}
name = av[optind];
conf_parse(name);
conf_parse(av[optind]);
//zconfdump(stdout);
switch (input_mode) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment