commit | 7dc62d935459fc48778d9306f2094a8fd16614dd | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Nov 14 12:59:35 2016 +0000 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Nov 14 18:35:48 2016 -0500 |
tree | 1be88dacd10f7bf4d4e4f1c62505feaabbdee629 | |
parent | 63eb7b6bc7a35ce66dbf829850ad9b46fb3ecf5e [diff] |
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>