]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/panel/panel.c
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
[~andy/linux] / drivers / staging / panel / panel.c
index 3675241315bc6ab32451ee8faba3c45627e67712..39f9982c2708ccd3ca1e36bdfd13a53ef92fa51f 100644 (file)
@@ -34,6 +34,8 @@
  *
  */
 
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
 #include <linux/module.h>
 
 #include <linux/types.h>
@@ -2279,12 +2281,12 @@ int panel_init(void)
        register_reboot_notifier(&panel_notifier);
 
        if (pprt)
-               printk(KERN_INFO "Panel driver version " PANEL_VERSION
-                      " registered on parport%d (io=0x%lx).\n", parport,
-                      pprt->port->base);
+               pr_info("driver version " PANEL_VERSION
+                       " registered on parport%d (io=0x%lx).\n", parport,
+                       pprt->port->base);
        else
-               printk(KERN_INFO "Panel driver version " PANEL_VERSION
-                      " not yet registered\n");
+               pr_info("driver version " PANEL_VERSION
+                       " not yet registered\n");
        /* tells various subsystems about the fact that initialization
           is finished */
        init_in_progress = 0;