Re: [PATCH] h8300/kernel/timer/timer8.c: add the missing semicolon

2013-08-28 Thread Chen Gang
On 08/29/2013 11:51 AM, Chen Gang wrote: > 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' >

[PATCH] h8300/kernel/timer/timer8.c: add the missing semicolon

2013-08-28 Thread Chen Gang
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 --- arch/h8300/Makefile