From 8258e882d0f5b369642b9525eeabafe05ba7fcfd Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 5 Apr 2019 01:05:54 +0000 Subject: [PATCH] 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 --- qla2x00t-32gbit/qla_isr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/qla2x00t-32gbit/qla_isr.c b/qla2x00t-32gbit/qla_isr.c index 43036ae6b..3130530c9 100644 --- a/qla2x00t-32gbit/qla_isr.c +++ b/qla2x00t-32gbit/qla_isr.c @@ -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; }