summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys-utils/hwclock-rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/hwclock-rtc.c b/sys-utils/hwclock-rtc.c
index fa5e07b11..92f04435b 100644
--- a/sys-utils/hwclock-rtc.c
+++ b/sys-utils/hwclock-rtc.c
@@ -138,7 +138,7 @@ static int open_rtc(const struct hwclock_control *ctl)
if (rtc_dev_fd < 0)
rtc_dev_name = *fls; /* default for error messages */
}
- if (rtc_dev_fd != 1)
+ if (rtc_dev_fd != -1)
atexit(close_rtc);
return rtc_dev_fd;
}