]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit291c0701d95515f88d362e321adfa4f9abb51718
treea2e1d1be86ae7660e00986159987ee3bd1e8f2a3
parent51c23f70328641ba7f505433f09ce9bf579e68f5
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