Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263659
b: refs/heads/master
c: a7402de
h: refs/heads/master
i:
  263657: 6506c06
  263655: 6a5968a
v: v3
  • Loading branch information
Mike Waychison authored and John Stultz committed Aug 27, 2011
1 parent b66e78d commit c65c7fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 938f97bcf1bdd1b681d5d14d1d7117a2e22d4434
refs/heads/master: a7402deb324f62106566f5a95199a54c41e200ef
2 changes: 2 additions & 0 deletions trunk/drivers/rtc/rtc-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ void rtc_time_to_tm(unsigned long time, struct rtc_time *tm)
time -= tm->tm_hour * 3600;
tm->tm_min = time / 60;
tm->tm_sec = time - tm->tm_min * 60;

tm->tm_isdst = 0;
}
EXPORT_SYMBOL(rtc_time_to_tm);

Expand Down

0 comments on commit c65c7fd

Please sign in to comment.