Re: [ath9k-devel] [PATCH 6/6] ath10k: cleanup ath10k_pci_stop_intr()

2013-04-30 Thread Kalle Valo
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++) +

Re: [ath9k-devel] [PATCH 6/6] ath10k: cleanup ath10k_pci_stop_intr()

2013-04-30 Thread Michal Kazior
On 30/04/13 09:23, Kalle Valo wrote: 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,

[ath9k-devel] [PATCH 6/6] ath10k: cleanup ath10k_pci_stop_intr()

2013-04-26 Thread Michal Kazior
Signed-off-by: Michal Kazior michal.kaz...@tieto.com --- drivers/net/wireless/ath/ath10k/pci.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c index d521270..31881f9 100644 ---