kconfig: remove unneeded if-conditional in conf_choice()
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 21 Apr 2024 11:13:02 +0000 (20:13 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 2 May 2024 10:48:26 +0000 (19:48 +0900)
commitc2af3d03c51289629edaadf118445fd29933c456
tree10af722f9702f28869ba179a30872206daecc94d
parent03c4ecaa5c76640f1993733be1bded18e0c074d5
kconfig: remove unneeded if-conditional in conf_choice()

All symbols except choices have a name.

child->sym->name never becomes NULL inside choice blocks.

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