Michal Kazior <michal.kaz...@tieto.com> writes:

> Signed-off-by: Michal Kazior <michal.kaz...@tieto.com>

[...]

> +     /* There's at least one interrupt irregardless whether its legacy INTR
> +      * or MSI or MSI-X */
> +     for (i = 0; i < min(1, ar_pci->num_msi_intrs); i++)
> +             free_irq(ar_pci->pdev->irq + i, ar);

I'm not sure about this. If num_msi_intrs is 5 we still free only the
first irq? Did I understood this correctly?

-- 
Kalle Valo
_______________________________________________
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to