summaryrefslogtreecommitdiffstats
path: root/drivers/sgi/char/ds1286.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sgi/char/ds1286.c')
-rw-r--r--drivers/sgi/char/ds1286.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sgi/char/ds1286.c b/drivers/sgi/char/ds1286.c
index 5de2dee45..ff91453b6 100644
--- a/drivers/sgi/char/ds1286.c
+++ b/drivers/sgi/char/ds1286.c
@@ -378,7 +378,7 @@ int get_ds1286_status(char *buf)
get_rtc_time(&tm);
hundredth = CMOS_READ(RTC_HUNDREDTH_SECOND);
- hundredth = BCD_TO_BIN(hundredth);
+ BCD_TO_BIN(hundredth);
p += sprintf(p,
"rtc_time\t: %02d:%02d:%02d.%02d\n"