This fixes the only printk() in drivers/zorro that has no KERN_ constant.

Signed-off-by: James Nelson <[EMAIL PROTECTED]>

diff -urN --exclude='*~' linux-2.6.11-rc1-mm2-original/drivers/zorro/zorro.c 
linux-2.6.11-rc1-mm2/drivers/zorro/zorro.c
--- linux-2.6.11-rc1-mm2-original/drivers/zorro/zorro.c 2005-01-20 
16:33:13.246088014 -0500
+++ linux-2.6.11-rc1-mm2/drivers/zorro/zorro.c  2005-01-20 20:11:38.268850722 
-0500
@@ -134,7 +134,7 @@
     if (!MACH_IS_AMIGA || !AMIGAHW_PRESENT(ZORRO))
        return 0;
 
-    printk("Zorro: Probing AutoConfig expansion devices: %d device%s\n",
+    pr_info("Zorro: Probing AutoConfig expansion devices: %d device%s\n",
           zorro_num_autocon, zorro_num_autocon == 1 ? "" : "s");
 
     /* Initialize the Zorro bus */
-
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to