lkml.org 
[lkml]   [2013]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH v2] h8300/kernel/timer/timer8.c: add the missing semicolon
Add the missing semicolon to fix the typo issue.

The related error: (defconfig for H8S):

arch/h8300/kernel/timer/timer8.c: In function 'h8300_timer_setup':
arch/h8300/kernel/timer/timer8.c:98:2: error: expected ';' before 'ctrl_outw'


Signed-off-by: Chen Gang <gang.chen@asianux.com>
---
arch/h8300/kernel/timer/timer8.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/h8300/kernel/timer/timer8.c b/arch/h8300/kernel/timer/timer8.c
index 505f341..8aac2a7 100644
--- a/arch/h8300/kernel/timer/timer8.c
+++ b/arch/h8300/kernel/timer/timer8.c
@@ -91,7 +91,7 @@ void __init h8300_timer_setup(void)

#if defined(CONFIG_CPU_H8S)
/* Timer module enable */
- ctrl_bclr(0, MSTPCRL)
+ ctrl_bclr(0, MSTPCRL);
#endif

/* initialize timer */
--
1.7.7.6

\
 
 \ /
  Last update: 2013-08-29 07:01    [W:0.295 / U:0.328 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site