We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b7bec commit 96673e1Copy full SHA for 96673e1
drivers/scsi/qedf/qedf_main.c
@@ -2134,7 +2134,8 @@ static int qedf_setup_int(struct qedf_ctx *qedf)
2134
QEDF_SIMD_HANDLER_NUM, qedf_simd_int_handler);
2135
qedf->int_info.used_cnt = 1;
2136
2137
- return 0;
+ QEDF_ERR(&qedf->dbg_ctx, "Only MSI-X supported. Failing probe.\n");
2138
+ return -EINVAL;
2139
}
2140
2141
/* Main function for libfc frame reception */
0 commit comments