Re: [PATCH] watchdog: fix compiler error for missing parenthesis

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2012-03-16 at 15:27 +0900, Jaehoon Chung wrote:
> 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.
> diff --git a/drivers/watchdog/s3c2410_wdt.c b/drivers/watchdog/s3c2410_wdt.c
[]
>  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");

Thanks.

--
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


[Index of Archives]     [Linux Kernel]     [Linux USB Development]     [Yosemite News]     [Linux SCSI]

  Powered by Linux