qla2x00t-32gbit: Remove a superfluous assignment from the pre-v3.14 code

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8156 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-04-05 01:05:54 +00:00
parent e55a145f3b
commit 8258e882d0

View File

@@ -3531,7 +3531,6 @@ msix_failed:
ha->msix_count, ret);
goto msix_out;
}
ha->max_rsp_queues = ha->msix_count - 1;
} else {
ret = ha->msix_count;
}