Fix init/main.c to use regular printk with '%pF' for initcall fn
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Oct 2008 20:38:07 +0000 (13:38 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 3 Oct 2008 20:38:07 +0000 (13:38 -0700)
commit96d746c68fae9a1e3167caab04c22fd0f677f62d
treea2e1d1be86ae7660e00986159987ee3bd1e8f2a3
parent95b866d5afcafee00fc9ad70665e48c86d8c4e0f
Fix init/main.c to use regular printk with '%pF' for initcall fn

.. small detail, but the silly e1000e initcall warning debugging caused
me to look at this code.  Rather than gouge my eyes out with a spoon, I
just fixed it.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/main.c