tracing/fastboot: fix printk format typo in boot tracer
authorArjan van de Ven <arjan@infradead.org>
Sat, 4 Oct 2008 20:42:27 +0000 (13:42 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Oct 2008 08:39:23 +0000 (10:39 +0200)
When printing nanoseconds, the right printk format string is %09 not %06...

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Acked-by: Frédéric Weisbecker <fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found