scsi: hpsa: free irq on q indexed by h->intr_mode and not i
authorColin Ian King <colin.king@canonical.com>
Mon, 14 Nov 2016 12:59:35 +0000 (12:59 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 14 Nov 2016 23:35:48 +0000 (18:35 -0500)
commit7dc62d935459fc48778d9306f2094a8fd16614dd
tree1be88dacd10f7bf4d4e4f1c62505feaabbdee629
parent63eb7b6bc7a35ce66dbf829850ad9b46fb3ecf5e
scsi: hpsa: free irq on q indexed by h->intr_mode and not i

Use correct index on q, use h->intr_mode instead of i. Issue detected
using static analysis with cppcheck

Fixes: bc2bb1543e62a5d0 ("scsi: hpsa: use pci_alloc_irq_vectors and automatic irq affinity")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Don Brace <don.brace@microsemi.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/hpsa.c