diff options
-rw-r--r-- | drivers/s390/scsi/zfcp_fsf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_fsf.c b/drivers/s390/scsi/zfcp_fsf.c index 9c72e083559d..3376305609f9 100644 --- a/drivers/s390/scsi/zfcp_fsf.c +++ b/drivers/s390/scsi/zfcp_fsf.c | |||
@@ -1907,7 +1907,7 @@ static void zfcp_fsf_open_unit_handler(struct zfcp_fsf_req *req) | |||
1907 | dev_err(&adapter->ccw_device->dev, | 1907 | dev_err(&adapter->ccw_device->dev, |
1908 | "Shared read-write access not " | 1908 | "Shared read-write access not " |
1909 | "supported (unit 0x%016Lx, port " | 1909 | "supported (unit 0x%016Lx, port " |
1910 | "0x%016Lx\n)", | 1910 | "0x%016Lx)\n", |
1911 | (unsigned long long)unit->fcp_lun, | 1911 | (unsigned long long)unit->fcp_lun, |
1912 | (unsigned long long)unit->port->wwpn); | 1912 | (unsigned long long)unit->port->wwpn); |
1913 | zfcp_erp_unit_failed(unit, 36, req); | 1913 | zfcp_erp_unit_failed(unit, 36, req); |