diff options
author | Mark Mason <mmason@upwardaccess.com> | 2009-09-23 13:35:09 -0700 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-30 21:47:00 +0200 |
commit | a648e8119666782f21b509a7886be9b281e41ccb (patch) | |
tree | 5ac391d14db1c1bf6e5481c5d291edac1f1c5a35 /arch/mips/sibyte/swarm | |
parent | 0863be2e8ecc296df6f7fd7cb16e4929b727351d (diff) | |
download | linux-a648e8119666782f21b509a7886be9b281e41ccb.tar.bz2 |
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/mips/sibyte/swarm')
-rw-r--r-- | arch/mips/sibyte/swarm/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sibyte/swarm/setup.c b/arch/mips/sibyte/swarm/setup.c index 623ffc933c4c..5277aac96b0f 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) |