* [PATCH] Sibyte: fix compilation error.
@ 2009-09-23 20:35 Mark Mason
2009-09-23 21:01 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Mark Mason @ 2009-09-23 20:35 UTC (permalink / raw)
To: ralf, glowingpurple, linux-mips; +Cc: Mark Mason
---
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 623ffc9..5277aac 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)
--
1.6.0.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Sibyte: fix compilation error.
2009-09-23 20:35 [PATCH] Sibyte: fix compilation error Mark Mason
@ 2009-09-23 21:01 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2009-09-23 21:01 UTC (permalink / raw)
To: Mark Mason; +Cc: glowingpurple, linux-mips
On Wed, Sep 23, 2009 at 01:35:09PM -0700, Mark Mason wrote:
Thanks, applied.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-23 21:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-23 20:35 [PATCH] Sibyte: fix compilation error Mark Mason
2009-09-23 21:01 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).