diff options
author | 2013-12-11 09:02:25 +0200 | |
---|---|---|
committer | 2013-12-17 23:21:40 +0200 | |
commit | 0fec954249b55318aced45a0e47e1dd023986e5f (patch) | |
tree | e2a8d46cfe9c060355be13c179f79961ee496c89 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | iwlwifi: pcie: read the interrupt cause from the handler (diff) | |
download | linux-dev-0fec954249b55318aced45a0e47e1dd023986e5f.tar.xz linux-dev-0fec954249b55318aced45a0e47e1dd023986e5f.zip |
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 <emmanuel.grumbach@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions