From: Jaehoon Chung <jh80.chung@samsung.com>
To: linux-next@vger.kernel.org
Cc: sfr@canb.auug.org.au, joe@perches.com,
Kyungmin Park <kyungmin.park@samsung.com>
Subject: [PATCH] watchdog: fix compiler error for missing parenthesis
Date: Fri, 16 Mar 2012 15:27:21 +0900 [thread overview]
Message-ID: <4F62DD49.1040909@samsung.com> (raw)
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@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
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);
}
next reply other threads:[~2012-03-16 6:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-16 6:27 Jaehoon Chung [this message]
2012-03-16 6:35 ` [PATCH] watchdog: fix compiler error for missing parenthesis Joe Perches
2012-03-16 7:03 ` Stephen Rothwell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F62DD49.1040909@samsung.com \
--to=jh80.chung@samsung.com \
--cc=joe@perches.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-next@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.