diff options
author | Christof Schmitt <christof.schmitt@de.ibm.com> | 2008-12-25 07:39:53 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-12-25 07:39:27 -0500 |
commit | ecf39d42129767c0b4b4a6cf4997c1219c860934 (patch) | |
tree | 47d2f38b30b7e3d4962061e819115b0be7bc32aa /drivers/s390/scsi/zfcp_sysfs.c | |
parent | 5466c2e43e78068cfe634b07fe36dd7a6a7af535 (diff) |
[S390] convert zfcp printks to pr_xxx macros.
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/scsi/zfcp_sysfs.c')
-rw-r--r-- | drivers/s390/scsi/zfcp_sysfs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/s390/scsi/zfcp_sysfs.c b/drivers/s390/scsi/zfcp_sysfs.c index ca9293ba1766..899af2b45b1e 100644 --- a/drivers/s390/scsi/zfcp_sysfs.c +++ b/drivers/s390/scsi/zfcp_sysfs.c | |||
@@ -6,6 +6,9 @@ | |||
6 | * Copyright IBM Corporation 2008 | 6 | * Copyright IBM Corporation 2008 |
7 | */ | 7 | */ |
8 | 8 | ||
9 | #define KMSG_COMPONENT "zfcp" | ||
10 | #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt | ||
11 | |||
9 | #include "zfcp_ext.h" | 12 | #include "zfcp_ext.h" |
10 | 13 | ||
11 | #define ZFCP_DEV_ATTR(_feat, _name, _mode, _show, _store) \ | 14 | #define ZFCP_DEV_ATTR(_feat, _name, _mode, _show, _store) \ |