aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_scsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/scsi/zfcp_scsi.c')
-rw-r--r--drivers/s390/scsi/zfcp_scsi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_scsi.c b/drivers/s390/scsi/zfcp_scsi.c
index aeae56b00b45..6348cc5520e1 100644
--- a/drivers/s390/scsi/zfcp_scsi.c
+++ b/drivers/s390/scsi/zfcp_scsi.c
@@ -294,7 +294,8 @@ int zfcp_adapter_scsi_register(struct zfcp_adapter *adapter)
294 sizeof (struct zfcp_adapter *)); 294 sizeof (struct zfcp_adapter *));
295 if (!adapter->scsi_host) { 295 if (!adapter->scsi_host) {
296 dev_err(&adapter->ccw_device->dev, 296 dev_err(&adapter->ccw_device->dev,
297 "registration with SCSI stack failed."); 297 "Registering the FCP device with the "
298 "SCSI stack failed\n");
298 return -EIO; 299 return -EIO;
299 } 300 }
300 301