To: linus, akpm Cc: lkml Subject: [PATCH] Zorro: replace printk() with pr_info() in drivers/zorro/zorro.c Zorro: This fixes the only printk() in drivers/zorro that has no KERN_* constant. Signed-off-by: James Nelson Signed-off-by: Geert Uytterhoeven --- zorro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.12-rc1/drivers/zorro/zorro.c 2005-01-20 16:33:13.246088014 -0500 +++ linux-m68k-2.6.12-rc1/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 */