kconfig: Hide error output in find command in streamline_config.pl
authorToralf Förster <toralf.foerster@gmx.de>
Wed, 26 May 2010 18:22:02 +0000 (20:22 +0200)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 28 May 2010 14:34:41 +0000 (10:34 -0400)
Finding the list of Makefiles in streamline-config should not report errors.

Also move the "chomp" to the @makefiles array instead of doing it in the
for loop. This is more efficient, and does not make it any less readable
by C programmers.

Signed-off-by: Toralf Foerster <toralf.foerster@gmx.de>
LKML-Reference: <201005262022.02928.toralf.foerster@gmx.de>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found