]> git.karo-electronics.de Git - linux-beck.git/commitdiff
mei: drop pr_fmt macros
authorTomas Winkler <tomas.winkler@intel.com>
Tue, 11 Mar 2014 12:49:24 +0000 (14:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Mar 2014 22:53:27 +0000 (15:53 -0700)
we are using dev_ logging facility so we don't need pr_fmt macros

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Reviewed-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/main.c
drivers/misc/mei/pci-me.c

index 63ca2d1993fe46c4a1fdc95ccf924451e88cffe3..4e069b88cc46b177a65fb6ba408b58d659b2132d 100644 (file)
@@ -13,9 +13,6 @@
  * more details.
  *
  */
-
-#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-
 #include <linux/module.h>
 #include <linux/moduleparam.h>
 #include <linux/kernel.h>
index 19fa18364deb31dd028cc40140f2751f392d82e0..135ea06ea750b765f7b6d6a24c78ec2ea523ae7e 100644 (file)
@@ -13,9 +13,6 @@
  * more details.
  *
  */
-
-#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-
 #include <linux/module.h>
 #include <linux/moduleparam.h>
 #include <linux/kernel.h>