From 038727c674f754ba3be7fbf75642a750cfbf407e Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sun, 20 Sep 2009 15:57:28 -0700 Subject: [PATCH] --- yaml --- r: 163884 b: refs/heads/master c: dcbb5593d980bbf4ceef320f8c75210398ed84db h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/loongson/common/time.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 25b2379372d1..4d61c45ce11d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 996a798abb36aa92d0bad64ba23f4c685ce39537 +refs/heads/master: dcbb5593d980bbf4ceef320f8c75210398ed84db diff --git a/trunk/arch/mips/loongson/common/time.c b/trunk/arch/mips/loongson/common/time.c index 0edbef32b862..6e08c8270abe 100644 --- a/trunk/arch/mips/loongson/common/time.c +++ b/trunk/arch/mips/loongson/common/time.c @@ -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; }