aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/block/dasd_3990_erp.c
diff options
context:
space:
mode:
authorStefan Haberland <stefan.haberland@de.ibm.com>2009-09-11 10:28:30 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2009-09-11 10:29:42 +0200
commitca99dab01dd63dcc413395bd3e75b0be152dfefc (patch)
treea78164184f26e153f2e7c98fa866b5f3755d3213 /drivers/s390/block/dasd_3990_erp.c
parent[S390] dasd: optimize cpu usage in goodcase (diff)
downloadlinux-dev-ca99dab01dd63dcc413395bd3e75b0be152dfefc.tar.xz
linux-dev-ca99dab01dd63dcc413395bd3e75b0be152dfefc.zip
[S390] dasd: fix message naming
This patch fixes message naming so that generic dasd messages do not contain the device discipline. For this purpose the dev_ makros are replaced by pr_ makros for generic dasd messages. Signed-off-by: Stefan Haberland <stefan.haberland@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/block/dasd_3990_erp.c')
-rw-r--r--drivers/s390/block/dasd_3990_erp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/block/dasd_3990_erp.c b/drivers/s390/block/dasd_3990_erp.c
index 27991b692056..e8ff7b0c961d 100644
--- a/drivers/s390/block/dasd_3990_erp.c
+++ b/drivers/s390/block/dasd_3990_erp.c
@@ -7,7 +7,7 @@
*
*/
-#define KMSG_COMPONENT "dasd"
+#define KMSG_COMPONENT "dasd-eckd"
#include <linux/timer.h>
#include <linux/slab.h>