From: Chad Dupuis Date: Mon, 22 Apr 2019 05:44:50 +0000 (-0700) Subject: scsi: qedf: Change MSI-X load error message X-Git-Tag: v5.2-rc1~130^2~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=078d71995703c8d0f55bba181a7497fd684704a4;p=thirdparty%2Fkernel%2Flinux.git scsi: qedf: Change MSI-X load error message Change the message to display load failure. Signed-off-by: Chad Dupuis Signed-off-by: Saurav Kashyap Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/qedf/qedf_main.c b/drivers/scsi/qedf/qedf_main.c index 84834d4490ffa..ffaf8f9b747f5 100644 --- a/drivers/scsi/qedf/qedf_main.c +++ b/drivers/scsi/qedf/qedf_main.c @@ -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; }