mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
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: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
This commit is contained in:
parent
697b41e4d4
commit
ccd4144dd4
@ -523,7 +523,7 @@ static struct platform_driver s3c2410wdt_driver = {
|
||||
|
||||
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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user