aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristof Schmitt <christof.schmitt@de.ibm.com>2009-05-15 07:18:15 -0400
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-05-23 16:44:14 -0400
commit955a21555dc8dc4a81da7063d595cd7558f413ce (patch)
treed76452b464022e10a58e37304eeae541fcb9384f
parentf0216ae9bd0ea8a45736f386a3b8058aefc64dd8 (diff)
[SCSI] zfcp: Update message and add description
Update the newly introduced message for the boxed status to conform to match the style of s390 and zfcp messages. Reviewed-by: Swen Schillig <swen@vnet.ibm.com> Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r--drivers/s390/scsi/zfcp_ccw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/s390/scsi/zfcp_ccw.c b/drivers/s390/scsi/zfcp_ccw.c
index 733fe3bf6285..4f19b28e187f 100644
--- a/drivers/s390/scsi/zfcp_ccw.c
+++ b/drivers/s390/scsi/zfcp_ccw.c
@@ -176,8 +176,8 @@ static int zfcp_ccw_notify(struct ccw_device *ccw_device, int event)
176 "ccnoti4", NULL); 176 "ccnoti4", NULL);
177 break; 177 break;
178 case CIO_BOXED: 178 case CIO_BOXED:
179 dev_warn(&adapter->ccw_device->dev, 179 dev_warn(&adapter->ccw_device->dev, "The FCP device "
180 "The ccw device did not respond in time.\n"); 180 "did not respond within the specified time\n");
181 zfcp_erp_adapter_shutdown(adapter, 0, "ccnoti5", NULL); 181 zfcp_erp_adapter_shutdown(adapter, 0, "ccnoti5", NULL);
182 break; 182 break;
183 } 183 }