kconfig: simplify symbol-search code
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 16 Jul 2013 18:39:42 +0000 (20:39 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Wed, 23 Oct 2013 20:21:51 +0000 (22:21 +0200)
commit120990433f43079ae0588e5ba3d0f5cc549327d9
tree33ffc2bd4dacbbe492b8da01966516557e0d47dd
parent26f53e834095e19dfc7cf18b2683c618d98bd9e7
kconfig: simplify symbol-search code

There is no need for a double indirection in the temporary array that
stores the internediate search results.

Reported-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
config/symbol.c