fastboot: Fix bootgraph.pl initcall name regexp
authorArnaud Patard <apatard@mandriva.com>
Sat, 20 Sep 2008 03:16:25 +0000 (20:16 -0700)
committerArjan van de Ven <arjan@linux.intel.com>
Sun, 12 Oct 2008 15:07:44 +0000 (08:07 -0700)
commit8bd9890e94627bc1ef372085e64dda7f9e307e82
treea5dbda1d8e78a4471b2fe2b20699e52cd8addcae
parent709790a9aafe424785dd02bcb31b0dddb4ef59e4
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 <apatard@mandriva.com>
scripts/bootgraph.pl