From: Mark Mason Date: Wed, 23 Sep 2009 20:35:09 +0000 (-0700) Subject: MIPS: Sibyte: Fix compilation error. X-Git-Tag: v5.15~31959^2~11 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=a648e8119666782f21b509a7886be9b281e41ccb;p=mirror_ubuntu-kernels.git MIPS: Sibyte: Fix compilation error. Build error introduced by d4f587c67fc39e0030ddd718675e252e208da4d7. Signed-off-by: Mark Mason Signed-off-by: Ralf Baechle --- 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)