Skip to content
Commit 5ee54659 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kconfig: change sym_change_count to a boolean flag



sym_change_count has no good reason to be 'int' type.

sym_set_change_count() compares the old and new values after casting
both of them to (bool). I do not see any practical diffrence between
sym_set_change_count(1) and sym_add_change_count(1).

Use the boolean flag, conf_changed.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 1f035a52
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