Skip to content

Commit

Permalink
watchdog: fix compiler error for missing parenthesis
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jaehoon Chung authored and Wim Van Sebroeck committed Mar 27, 2012
1 parent 697b41e commit ccd4144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/watchdog/s3c2410_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit ccd4144

Please sign in to comment.