diff options
| author | Mark Mason <[email protected]> | 2009-09-23 20:35:09 +0000 |
|---|---|---|
| committer | Ralf Baechle <[email protected]> | 2009-09-30 19:47:00 +0000 |
| commit | a648e8119666782f21b509a7886be9b281e41ccb (patch) | |
| tree | 5ac391d14db1c1bf6e5481c5d291edac1f1c5a35 | |
| parent | MIPS: BCM1480: Re-apply patch lost due to bad resolution of merge conflict. (diff) | |
| download | kernel-a648e8119666782f21b509a7886be9b281e41ccb.tar.gz kernel-a648e8119666782f21b509a7886be9b281e41ccb.zip | |
MIPS: Sibyte: Fix compilation error.
Build error introduced by d4f587c67fc39e0030ddd718675e252e208da4d7.
Signed-off-by: Mark Mason <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
| -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) |
