Log message:
Zorro: replace printk() with pr_info() in drivers/zorro/zorro.c
This fixes the only printk() in drivers/zorro that has no KERN_ constant.

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

Modified files:
    linux/drivers/zorro:
        zorro.c 


Index: linux/drivers/zorro/zorro.c
Stats: 2 modifications
http://linux-m68k-cvs.ubb.ca/c/cvsweb/linux/drivers/zorro/zorro%2ec.diff?r1=1.1.1.7&r2=1.7
========================================================================
--- zorro.c     29 Dec 2004 23:49:40 -0000      1.1.1.7
+++ zorro.c     20 Mar 2005 20:51:35 -0000      1.7
@@ -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-cvscommit" 
in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to