qla2x00t-32gbit, qla_isr.c: Minimize diffs with the upstream code

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8624 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-11-03 00:15:34 +00:00
parent a50b32ca42
commit 81c207d37d

View File

@@ -3797,6 +3797,8 @@ qla2x00_free_irqs(scsi_qla_host_t *vha)
{
struct qla_hw_data *ha = vha->hw;
struct rsp_que *rsp;
struct qla_msix_entry *qentry;
int i;
/*
* We need to check that ha->rsp_q_map is valid in case we are called
@@ -3807,9 +3809,6 @@ qla2x00_free_irqs(scsi_qla_host_t *vha)
rsp = ha->rsp_q_map[0];
if (ha->flags.msix_enabled) {
struct qla_msix_entry *qentry;
int i;
for (i = 0; i < ha->msix_count; i++) {
qentry = &ha->msix_entries[i];
if (qentry->have_irq) {