kconfig: qconf: remove initial call to conf_changed()
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 1 Jun 2024 18:20:39 +0000 (03:20 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 15 Jul 2024 16:08:36 +0000 (01:08 +0900)
commit060e05c3b422f7ed7112e14f5039870ecdd449cc
treedecb8703aa99e79ae7d26f4605d6df5c483db232
parentfb3f7f0f156a111da7d43f6ffe52b48bac5b7159
kconfig: qconf: remove initial call to conf_changed()

If any CONFIG option is changed while loading the .config file,
conf_read() calls conf_set_changed(true) and then the conf_changed()
callback.

With conf_read() moved after window initialization, the explicit
conf_changed() call can be removed.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/qconf.cc