aboutsummaryrefslogtreecommitdiff
path: root/rtc
diff options
context:
space:
mode:
Diffstat (limited to 'rtc')
-rw-r--r--rtc/rs5c372.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rtc/rs5c372.c b/rtc/rs5c372.c
index 0f8ec6224..87f38c42b 100644
--- a/rtc/rs5c372.c
+++ b/rtc/rs5c372.c
@@ -95,7 +95,6 @@ rs5c372_enable(void)
unsigned char buf[RS5C372_RAM_SIZE + 1];
int ret;
-
/* note that this returns reg. 15 in buf[1] */
ret = rs5c372_readram(&buf[1], RS5C372_RAM_SIZE);
if (ret != 0) {