From: Chad Dupuis Date: Wed, 26 Feb 2014 09:15:14 +0000 (-0500) Subject: [SCSI] qla2xxx: Fix multiqueue MSI-X registration. X-Git-Tag: v3.14-rc7~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f324777ea88bab2522602671e46fc0851d7d5e35;p=pandora-kernel.git [SCSI] qla2xxx: Fix multiqueue MSI-X registration. This fixes requesting of the MSI-X vectors for the base response queue. The iteration in the for loop in qla24xx_enable_msix() was incorrect. We should only iterate of the first two MSI-X vectors and not the total number of MSI-X vectors that have given to the driver for this device from pci_enable_msix() in this function. Cc: Signed-off-by: Chad Dupuis Signed-off-by: Saurav Kashyap Signed-off-by: James Bottomley --- Reading git-diff-tree failed