From: Arnaud Lacombe Date: Sun, 10 Jul 2011 07:27:04 +0000 (-0400) Subject: kconfig/nconf: use the generic menu_get_ext_help() X-Git-Tag: v3.1-rc1~115^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5416857867c9cc94aba641898c567d9707de30f1;p=pandora-kernel.git kconfig/nconf: use the generic menu_get_ext_help() nconf is the only front-end which does not use this helper, but prefer to copy/paste the code. The test wrt. menu validity added in this version of the code is bogus anyway as an invalid menu will get dereferenced a few line below by calling menu_get_prompt(). For now, convert nconf to use menu_get_ext_help(), as do every other front-end. We will deals with menu validity checks properly in a separate commit. Cc: Nir Tzachar Cc: Andrej Gelenberg Signed-off-by: Arnaud Lacombe Signed-off-by: Michal Marek --- Reading git-diff-tree failed