diff options
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/scsi/zfcp_fsf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/s390/scsi/zfcp_fsf.c b/drivers/s390/scsi/zfcp_fsf.c index 30436d53d358..6e2892e7c4be 100644 --- a/drivers/s390/scsi/zfcp_fsf.c +++ b/drivers/s390/scsi/zfcp_fsf.c | |||
@@ -219,7 +219,7 @@ static void zfcp_fsf_status_read_handler(struct zfcp_fsf_req *req) | |||
219 | return; | 219 | return; |
220 | } | 220 | } |
221 | 221 | ||
222 | zfcp_dbf_hba_fsf_uss("fssrh_2", req); | 222 | zfcp_dbf_hba_fsf_uss("fssrh_4", req); |
223 | 223 | ||
224 | switch (sr_buf->status_type) { | 224 | switch (sr_buf->status_type) { |
225 | case FSF_STATUS_READ_PORT_CLOSED: | 225 | case FSF_STATUS_READ_PORT_CLOSED: |
@@ -915,7 +915,7 @@ static void zfcp_fsf_send_ct_handler(struct zfcp_fsf_req *req) | |||
915 | 915 | ||
916 | switch (header->fsf_status) { | 916 | switch (header->fsf_status) { |
917 | case FSF_GOOD: | 917 | case FSF_GOOD: |
918 | zfcp_dbf_san_res("fsscth1", req); | 918 | zfcp_dbf_san_res("fsscth2", req); |
919 | ct->status = 0; | 919 | ct->status = 0; |
920 | break; | 920 | break; |
921 | case FSF_SERVICE_CLASS_NOT_SUPPORTED: | 921 | case FSF_SERVICE_CLASS_NOT_SUPPORTED: |