Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163884
b: refs/heads/master
c: dcbb559
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Sep 20, 2009
1 parent 3d176ef commit 038727c
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: 996a798abb36aa92d0bad64ba23f4c685ce39537
refs/heads/master: dcbb5593d980bbf4ceef320f8c75210398ed84db
2 changes: 1 addition & 1 deletion trunk/arch/mips/loongson/common/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ void __init plat_time_init(void)

void read_persistent_clock(struct timespec *ts)
{
ts->tv_sec = return mc146818_get_cmos_time();
ts->tv_sec = mc146818_get_cmos_time();
ts->tv_nsec = 0;
}

0 comments on commit 038727c

Please sign in to comment.