On Thu, Apr 12, 2007 at 02:17:34AM +0200, Stefan Reinauer wrote:
This patch makes a some elf debugging information available at log level debug instead of spew. It also fixes a typo.
Signed-off-by: Stefan Reinauer stepan@coresystems.de
Acked-by: Uwe Hermann uwe@hermann-uwe.de
Any special reason to change the debug level? Just curious...
@@ -659,7 +659,7 @@ /* Shutdown the stream device */ stream_fini();
printk_err("Cannot Load ELF Image\n");
printk_err("Can not load ELF Image.\n");
"Cannot" is perfectly fine. I'd rather change "Image" to "image".
Uwe.