mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
scsi: qedf: Change MSI-X load error message
Change the message to display load failure. Signed-off-by: Chad Dupuis <cdupuis@marvell.com> Signed-off-by: Saurav Kashyap <skashyap@marvell.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
3252688f09
commit
078d719957
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user