Skip to content

Commit

Permalink
ARM: CSR: timer: space required before the open parenthesis '('
Browse files Browse the repository at this point in the history
Signed-off-by: Barry Song <Baohua.Song@csr.com>
  • Loading branch information
Barry Song authored and Barry Song committed Oct 1, 2011
1 parent f70fc57 commit c6b96c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-prima2/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c6b96c5

Please sign in to comment.