Hi Stephen. Joe's patch(watchdog: Use pr_<fmt> and pr_<level>) is missed the parenthesis in s3c2410_wdt.c. (based-on latest linux-next repository) It's fixed with this patch. Signed-off-by: Jaehoon Chung <jh80.chung@xxxxxxxxxxx> Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> --- drivers/watchdog/s3c2410_wdt.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/watchdog/s3c2410_wdt.c b/drivers/watchdog/s3c2410_wdt.c index 46c251d..04e5a6d 100644 --- a/drivers/watchdog/s3c2410_wdt.c +++ b/drivers/watchdog/s3c2410_wdt.c @@ -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); } -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html