Commit 078d7199 authored by Chad Dupuis's avatar Chad Dupuis Committed by Martin K. Petersen
Browse files

scsi: qedf: Change MSI-X load error message



Change the message to display load failure.

Signed-off-by: default avatarChad Dupuis <cdupuis@marvell.com>
Signed-off-by: default avatarSaurav Kashyap <skashyap@marvell.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 3252688f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2275,7 +2275,8 @@ static int qedf_setup_int(struct qedf_ctx *qedf)
	    QEDF_SIMD_HANDLER_NUM, qedf_simd_int_handler);
	qedf->int_info.used_cnt = 1;

	QEDF_ERR(&qedf->dbg_ctx, "Only MSI-X supported. Failing probe.\n");
	QEDF_ERR(&qedf->dbg_ctx,
		 "Cannot load driver due to a lack of MSI-X vectors.\n");
	return -EINVAL;
}