提交 ccd4144d 编写于 作者: J Jaehoon Chung 提交者: Wim Van Sebroeck

watchdog: fix compiler error for missing parenthesis

Joe's patch(watchdog: Use pr_<fmt> and pr_<level>) missed parenthesis in s3c2410_wdt.c.
Signed-off-by: NJaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
上级 697b41e4
...@@ -523,7 +523,7 @@ static struct platform_driver s3c2410wdt_driver = { ...@@ -523,7 +523,7 @@ static struct platform_driver s3c2410wdt_driver = {
static int __init watchdog_init(void) static int __init watchdog_init(void)
{ {
pr_info("S3C2410 Watchdog Timer, (c) 2004 Simtec Electronics\n"; pr_info("S3C2410 Watchdog Timer, (c) 2004 Simtec Electronics\n");
return platform_driver_register(&s3c2410wdt_driver); return platform_driver_register(&s3c2410wdt_driver);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册