diff options
Diffstat (limited to 'drivers/w1/masters/ds1wm.c')
-rw-r--r-- | drivers/w1/masters/ds1wm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/w1/masters/ds1wm.c b/drivers/w1/masters/ds1wm.c index 02df3b1381d2..e0b8a4bc73df 100644 --- a/drivers/w1/masters/ds1wm.c +++ b/drivers/w1/masters/ds1wm.c | |||
@@ -563,7 +563,7 @@ static struct platform_driver ds1wm_driver = { | |||
563 | 563 | ||
564 | static int __init ds1wm_init(void) | 564 | static int __init ds1wm_init(void) |
565 | { | 565 | { |
566 | printk("DS1WM w1 busmaster driver - (c) 2004 Szabolcs Gyurko\n"); | 566 | pr_info("DS1WM w1 busmaster driver - (c) 2004 Szabolcs Gyurko\n"); |
567 | return platform_driver_register(&ds1wm_driver); | 567 | return platform_driver_register(&ds1wm_driver); |
568 | } | 568 | } |
569 | 569 | ||