mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-19 19:14:01 +08: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