[PATCH 543] Zorro: replace printk() with pr_info() in drivers/zorro/zorro.c

From: Geert Uytterhoeven
Date: Mon Mar 21 2005 - 15:31:25 EST


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

Signed-off-by: James Nelson <james4765@xxxxxxxxx>
Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>

--- 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 */

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/