projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f70fc57
)
ARM: CSR: timer: space required before the open parenthesis '('
author
Barry Song
<Baohua.Song@csr.com>
Fri, 23 Sep 2011 05:51:29 +0000
(22:51 -0700)
committer
Barry Song
<21cnbao@gmail.com>
Sat, 1 Oct 2011 01:39:21 +0000
(09:39 +0800)
Signed-off-by: Barry Song <Baohua.Song@csr.com>
arch/arm/mach-prima2/timer.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-prima2/timer.c
b/arch/arm/mach-prima2/timer.c
index 225ed3b8cee34f57cb47db59b6753f77f6c1b62b..26ab6fee56190b5fba9af3638f73f3374490a010 100644
(file)
--- a/
arch/arm/mach-prima2/timer.c
+++ b/
arch/arm/mach-prima2/timer.c
@@
-140,7
+140,7
@@
unsigned long long notrace sched_clock(void)
* if we map timer memory in .init of sys_timer, system
* will panic due to illegal memory access
*/
- if(!is_mapped) {
+ if
(!is_mapped) {
sirfsoc_of_timer_map();
is_mapped = 1;
}