From: Emmanuel Grumbach Date: Wed, 11 Dec 2013 07:02:25 +0000 (+0200) Subject: iwlwifi: pcie: determine the interrupt type in the handler X-Git-Tag: v3.14-rc1~94^2~238^2^2~83^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fec954249b55318aced45a0e47e1dd023986e5f;p=pandora-kernel.git iwlwifi: pcie: determine the interrupt type in the handler Instead of having: iwl_pcie_irq_handler iwl_pcie_isr_ict iwl_pcie_isr_non_ict we now have: iwl_pcie_irq_handler: if (use_ict)) iwl_pcie_int_cause_ict; else iwl_pcie_int_cause_non_ict; This is much clearer. Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed