[KJ] [PATCH 43/72] arm: add KERN_ constants to arch/arm/mach-s3c2410/s3c2440-clock.c

James Nelson james4765 at gmail.com
Thu Sep 7 19:01:13 PDT 2006


Signed-off-by: James Nelson <james4765 at gmail.com>
---
diff --git a/arch/arm/mach-s3c2410/s3c2440-clock.c b/arch/arm/mach-s3c2410/s3c2440-clock.c
index 1579686..6c66916 100644
--- a/arch/arm/mach-s3c2410/s3c2440-clock.c
+++ b/arch/arm/mach-s3c2410/s3c2440-clock.c
@@ -117,7 +117,7 @@ static int s3c2440_clk_add(struct sys_de
 	struct clk *clk_p;
 	struct clk *clk_upll;
 
-	printk("S3C2440: Clock Support, DVS %s\n",
+	pr_info("S3C2440: Clock Support, DVS %s\n",
 	       (camdivn & S3C2440_CAMDIVN_DVSEN) ? "on" : "off");
 
 	clk_p = clk_get(NULL, "pclk");



More information about the Kernel-janitors mailing list