summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/pl031.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/pl031.c')
-rw-r--r--drivers/rtc/pl031.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/pl031.c b/drivers/rtc/pl031.c
index 11cc719828..c4d1259a89 100644
--- a/drivers/rtc/pl031.c
+++ b/drivers/rtc/pl031.c
@@ -73,7 +73,7 @@ int rtc_set(struct rtc_time *tmp)
/* Calculate number of seconds this incoming time represents */
tim = mktime(tmp->tm_year, tmp->tm_mon, tmp->tm_mday,
- tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
+ tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
RTC_WRITE_REG(RTC_LR, tim);
OpenPOWER on IntegriCloud