aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1305.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-ds1305.c')
-rw-r--r--drivers/rtc/rtc-ds1305.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/rtc/rtc-ds1305.c b/drivers/rtc/rtc-ds1305.c
index 129add77065d..12b07158a366 100644
--- a/drivers/rtc/rtc-ds1305.c
+++ b/drivers/rtc/rtc-ds1305.c
@@ -434,9 +434,9 @@ static int ds1305_proc(struct device *dev, struct seq_file *seq)
434 } 434 }
435 435
436done: 436done:
437 return seq_printf(seq, 437 seq_printf(seq, "trickle_charge\t: %s%s\n", diodes, resistors);
438 "trickle_charge\t: %s%s\n", 438
439 diodes, resistors); 439 return 0;
440} 440}
441 441
442#else 442#else