[patch 1/5] [PATCH] qeth: enable kmsg hash processing in qeth_core_sys.c

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: frank.blaschka
Date: Monday, March 8, 2010 - 11:36 pm

From: Ursula Braun <ursula.braun@de.ibm.com>

provide qeth kmsg definitions to enable hash string generation for
kernel message created with dev_err().

Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com>
---

 drivers/s390/net/qeth_core_sys.c |    3 +++
 1 file changed, 3 insertions(+)

--- a/drivers/s390/net/qeth_core_sys.c
+++ b/drivers/s390/net/qeth_core_sys.c
@@ -8,6 +8,9 @@
  *		 Frank Blaschka <frank.blaschka@de.ibm.com>
  */
 
+#define KMSG_COMPONENT "qeth"
+#define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
+
 #include <linux/list.h>
 #include <linux/rwsem.h>
 #include <asm/ebcdic.h>

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 0/5] qeth bug fixes for 2.6.34 next rc, frank.blaschka, (Mon Mar 8, 11:36 pm)
[patch 1/5] [PATCH] qeth: enable kmsg hash processing in q ..., frank.blaschka, (Mon Mar 8, 11:36 pm)
Re: [patch 0/5] qeth bug fixes for 2.6.34 next rc, David Miller, (Wed Mar 10, 8:32 am)