|
|
|
Re: [PATCH] watchdog: fix compiler error for missing parenthesis | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
[Cc'ing the watchdog maintainer]
On Fri, 16 Mar 2012 15:27:21 +0900 Jaehoon Chung <jh80.chung@xxxxxxxxxxx> wrote:
>
> 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);
> }
>
--
Cheers,
Stephen Rothwell sfr@xxxxxxxxxxxxxxxx
http://www.canb.auug.org.au/~sfr/
Attachment:
pgpBgs2l2AVQV.pgp
Description: PGP signature
![]() |
![]() |