ChangeSet 1.2220, 2005/03/26 13:43:26-08:00, [EMAIL PROTECTED]
[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 <[EMAIL PROTECTED]>
Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
zorro.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/drivers/zorro/zorro.c b/drivers/zorro/zorro.c
--- a/drivers/zorro/zorro.c 2005-03-26 17:30:51 -08:00
+++ b/drivers/zorro/zorro.c 2005-03-26 17:30:51 -08:00
@@ -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 bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html