mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 02:31:27 +00:00
qla2x00t-32gbit, qla_isr.c: Minimize diffs with the upstream code
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8627 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -3814,8 +3814,7 @@ qla2x00_free_irqs(scsi_qla_host_t *vha)
|
||||
if (qentry->have_irq) {
|
||||
irq_set_affinity_notifier(qentry->vector, NULL);
|
||||
#if HAVE_PCI_IRQ_VECTOR
|
||||
free_irq(pci_irq_vector(ha->pdev, i),
|
||||
qentry->handle);
|
||||
free_irq(pci_irq_vector(ha->pdev, i), qentry->handle);
|
||||
#else
|
||||
free_irq(qentry->vector, qentry->handle);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user