kconfig: gconf: remove global 'tree' variable
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:05:29 +0000 (00:05 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 2 Jul 2025 01:38:28 +0000 (10:38 +0900)
commit1bd81df0b1cc8d17b7818889c4c1cdf53415e606
tree4dcf4f4f35155a3c579eee3405e6b4bc2a6098f7
parent20f375cbfe4f7e3870226f68877c9285bd8401fe
kconfig: gconf: remove global 'tree' variable

Pass the tree store as a function parameter to make it clearer which
tree is being updated.

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