Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192227
b: refs/heads/master
c: e9ddbc0
h: refs/heads/master
i:
  192225: 4a1513c
  192223: ed75409
v: v3
  • Loading branch information
Peter Huewe authored and Thomas Gleixner committed Apr 27, 2010
1 parent d26860d commit ad409e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f5c9c9be267f73eda6a668ac81ddde56ed7fa793
refs/heads/master: e9ddbc075d95b2edf111247cdde16f33c31654a8
2 changes: 1 addition & 1 deletion trunk/arch/avr32/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static struct clock_event_device comparator = {

void read_persistent_clock(struct timespec *ts)
{
ts->tv.sec = mktime(2007, 1, 1, 0, 0, 0);
ts->tv_sec = mktime(2007, 1, 1, 0, 0, 0);
ts->tv_nsec = 0;
}

Expand Down

0 comments on commit ad409e9

Please sign in to comment.