Skip to content
Snippets Groups Projects
Commit 060e05c3 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent fb3f7f0f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment