kconfig: turn conf_choice() into void function
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 4 May 2024 18:33:31 +0000 (03:33 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 9 May 2024 19:34:53 +0000 (04:34 +0900)
commit8c00e58005e33068f29b8f9c84436ccbe73bef7c
tree2505ec01d560e9f2e61806d4a178151f4c3884ba
parent7d2806746d4636320e8e061a68eed32493e7c284
kconfig: turn conf_choice() into void function

The return value of conf_choice() is not used.

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