aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMark Mason <mmason@upwardaccess.com>2009-09-23 13:35:09 -0700
committerRalf Baechle <ralf@linux-mips.org>2009-09-30 21:47:00 +0200
commita648e8119666782f21b509a7886be9b281e41ccb (patch)
tree5ac391d14db1c1bf6e5481c5d291edac1f1c5a35 /arch
parent0863be2e8ecc296df6f7fd7cb16e4929b727351d (diff)
MIPS: Sibyte: Fix compilation error.
Build error introduced by d4f587c67fc39e0030ddd718675e252e208da4d7. Signed-off-by: Mark Mason <mmason@upwardaccess.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/sibyte/swarm/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sibyte/swarm/setup.c b/arch/mips/sibyte/swarm/setup.c
index 623ffc933c4..5277aac96b0 100644
--- a/arch/mips/sibyte/swarm/setup.c
+++ b/arch/mips/sibyte/swarm/setup.c
@@ -106,7 +106,7 @@ void read_persistent_clock(struct timespec *ts)
break;
}
ts->tv_sec = sec;
- tv->tv_nsec = 0;
+ ts->tv_nsec = 0;
}
int rtc_mips_set_time(unsigned long sec)