提交 813f13e7 编写于 作者: C Cong Ding 提交者: Kukjin Kim

ARM: S3C24XX: fix uninitialized variable warning

the use of variable tmp is uninitialized, so we fix it.
Signed-off-by: NCong Ding <dinggnu@gmail.com>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 949db153
......@@ -197,7 +197,7 @@ static unsigned long s3c24xx_read_idcode_v4(void)
static void s3c24xx_default_idle(void)
{
unsigned long tmp;
unsigned long tmp = 0;
int i;
/* idle the system by using the idle mode which will wait for an
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册