KMSG_COMPONENT has to be defined instead of COMPONENT. Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
@@ -15,8 +15,8 @@
* Thomas Klein
*/
-#define COMPONENT "zPCI"
-#define pr_fmt(fmt) COMPONENT ": " fmt
+#define KMSG_COMPONENT "zpci"
+#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
#include <linux/kernel.h>
#include <linux/slab.h>
@@ -5,8 +5,8 @@
* Jan Glauber <jang@linux.vnet.ibm.com>
#include <linux/seq_file.h>
#include <linux/pci.h>
#include <linux/stat.h>
@@ -7,8 +7,8 @@
-#define COMPONENT "zPCI hpc"
#include <linux/module.h>