Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 955a2155 authored by Christof Schmitt's avatar Christof Schmitt Committed by James Bottomley
Browse files

[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: default avatarSwen Schillig <swen@vnet.ibm.com>
Signed-off-by: default avatarChristof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent f0216ae9
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -176,8 +176,8 @@ static int zfcp_ccw_notify(struct ccw_device *ccw_device, int event)
					"ccnoti4", NULL);
					"ccnoti4", NULL);
		break;
		break;
	case CIO_BOXED:
	case CIO_BOXED:
		dev_warn(&adapter->ccw_device->dev,
		dev_warn(&adapter->ccw_device->dev, "The FCP device "
			 "The ccw device did not respond in time.\n");
			 "did not respond within the specified time\n");
		zfcp_erp_adapter_shutdown(adapter, 0, "ccnoti5", NULL);
		zfcp_erp_adapter_shutdown(adapter, 0, "ccnoti5", NULL);
		break;
		break;
	}
	}