projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0863be2
)
MIPS: Sibyte: Fix compilation error.
author
Mark Mason
<mmason@upwardaccess.com>
Wed, 23 Sep 2009 20:35:09 +0000
(13:35 -0700)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 30 Sep 2009 19:47:00 +0000
(21:47 +0200)
Build error introduced by
d4f587c67fc39e0030ddd718675e252e208da4d7
.
Signed-off-by: Mark Mason <mmason@upwardaccess.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sibyte/swarm/setup.c
patch
|
blob
|
history
diff --git
a/arch/mips/sibyte/swarm/setup.c
b/arch/mips/sibyte/swarm/setup.c
index 623ffc933c4cf5d3e662a8e81d3cde2a72120fe0..5277aac96b0f47730df589d1b3e4c5e972f80f84 100644
(file)
--- 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;
- t
v
->tv_nsec = 0;
+ t
s
->tv_nsec = 0;
}
int rtc_mips_set_time(unsigned long sec)