video: s3c-fb: use pr_debug instead of printk
[sfrench/cifs-2.6.git] / drivers / video / s3c-fb.c
index 70aff118b76eb061891c911cc2a4e8774c8fab98..5f9d8e69029ee2e8ab3be25b8c1bd348c8cf49fb 100644 (file)
@@ -47,7 +47,7 @@
 #ifdef CONFIG_FB_S3C_DEBUG_REGWRITE
 #undef writel
 #define writel(v, r) do { \
-       printk(KERN_DEBUG "%s: %08x => %p\n", __func__, (unsigned int)v, r); \
+       pr_debug("%s: %08x => %p\n", __func__, (unsigned int)v, r); \
        __raw_writel(v, r); \
 } while (0)
 #endif /* FB_S3C_DEBUG_REGWRITE */