git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0f337c
)
iwlwifi: pcie: determine the interrupt type in the handler
author
Emmanuel Grumbach
<emmanuel.grumbach@intel.com>
Wed, 11 Dec 2013 07:02:25 +0000
(09:02 +0200)
committer
Emmanuel Grumbach
<emmanuel.grumbach@intel.com>
Tue, 17 Dec 2013 21:21:40 +0000
(23:21 +0200)
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 <emmanuel.grumbach@intel.com>
No differences found