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 8394961 commit de7e619Copy full SHA for de7e619
drivers/scsi/qla2xxx/qla_mbx.c
@@ -334,14 +334,6 @@ qla2x00_mailbox_command(scsi_qla_host_t *vha, mbx_cmd_t *mcp)
334
if (time_after(jiffies, wait_time))
335
break;
336
337
- /*
338
- * Check if it's UNLOADING, cause we cannot poll in
339
- * this case, or else a NULL pointer dereference
340
- * is triggered.
341
- */
342
- if (unlikely(test_bit(UNLOADING, &base_vha->dpc_flags)))
343
- return QLA_FUNCTION_TIMEOUT;
344
-
345
/* Check for pending interrupts. */
346
qla2x00_poll(ha->rsp_q_map[0]);
347
0 commit comments