Skip to content
Commit 092e39d1 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kconfig: squash menu_has_help() and menu_get_help()



menu_has_help() and menu_get_help() functions are only used within
menu_get_ext_help().

Squash them into menu_get_ext_help(). It revealed the if-conditional
in menu_get_help() was unneeded, as menu_has_help() has already checked
that menu->help is not NULL.

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