aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_fsf.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/scsi/zfcp_fsf.c')
-rw-r--r--drivers/s390/scsi/zfcp_fsf.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/drivers/s390/scsi/zfcp_fsf.c b/drivers/s390/scsi/zfcp_fsf.c
index 99299976e891..13ed689c4d8d 100644
--- a/drivers/s390/scsi/zfcp_fsf.c
+++ b/drivers/s390/scsi/zfcp_fsf.c
@@ -3586,17 +3586,17 @@ zfcp_fsf_send_fcp_command_task(struct zfcp_adapter *adapter,
3586 ZFCP_LOG_DEBUG( 3586 ZFCP_LOG_DEBUG(
3587 "Data did not fit into available buffer(s), " 3587 "Data did not fit into available buffer(s), "
3588 "waiting for more...\n"); 3588 "waiting for more...\n");
3589 retval = -EIO; 3589 retval = -EIO;
3590 } else { 3590 } else {
3591 ZFCP_LOG_NORMAL("error: No truncation implemented but " 3591 ZFCP_LOG_NORMAL("error: No truncation implemented but "
3592 "required. Shutting down unit " 3592 "required. Shutting down unit "
3593 "(adapter %s, port 0x%016Lx, " 3593 "(adapter %s, port 0x%016Lx, "
3594 "unit 0x%016Lx)\n", 3594 "unit 0x%016Lx)\n",
3595 zfcp_get_busid_by_unit(unit), 3595 zfcp_get_busid_by_unit(unit),
3596 unit->port->wwpn, 3596 unit->port->wwpn,
3597 unit->fcp_lun); 3597 unit->fcp_lun);
3598 zfcp_erp_unit_shutdown(unit, 0); 3598 zfcp_erp_unit_shutdown(unit, 0);
3599 retval = -EINVAL; 3599 retval = -EINVAL;
3600 } 3600 }
3601 goto no_fit; 3601 goto no_fit;
3602 } 3602 }