From: Arnaud Patard Date: Sat, 20 Sep 2008 03:16:25 +0000 (-0700) Subject: fastboot: Fix bootgraph.pl initcall name regexp X-Git-Tag: v2.6.28-rc1~578^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bd9890e94627bc1ef372085e64dda7f9e307e82;p=pandora-kernel.git fastboot: Fix bootgraph.pl initcall name regexp The regexp used to match the start and the end of an initcall are matching only on [a-zA-Z\_]. This rules out initcalls with a number in them. This patch is fixing that. Signed-off-by: Arnaud Patard --- Reading git-diff-tree failed