diff options
Diffstat (limited to 'drivers/w1/slaves/w1_ds2760.c')
-rw-r--r-- | drivers/w1/slaves/w1_ds2760.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/w1/slaves/w1_ds2760.c b/drivers/w1/slaves/w1_ds2760.c index 65f90dccd60e..d9079d48d112 100644 --- a/drivers/w1/slaves/w1_ds2760.c +++ b/drivers/w1/slaves/w1_ds2760.c | |||
@@ -181,8 +181,7 @@ static struct w1_family w1_ds2760_family = { | |||
181 | 181 | ||
182 | static int __init w1_ds2760_init(void) | 182 | static int __init w1_ds2760_init(void) |
183 | { | 183 | { |
184 | printk(KERN_INFO "1-Wire driver for the DS2760 battery monitor " | 184 | pr_info("1-Wire driver for the DS2760 battery monitor chip - (c) 2004-2005, Szabolcs Gyurko\n"); |
185 | " chip - (c) 2004-2005, Szabolcs Gyurko\n"); | ||
186 | ida_init(&bat_ida); | 185 | ida_init(&bat_ida); |
187 | return w1_register_family(&w1_ds2760_family); | 186 | return w1_register_family(&w1_ds2760_family); |
188 | } | 187 | } |