commit | a1c823117894ed79943a87b1c718139cc1be1b6a | [log] [tgz] |
---|---|---|
author | Robert Richter <rrichter@cavium.com> | Sun May 31 13:55:17 2015 +0200 |
committer | Tejun Heo <tj@kernel.org> | Wed Jun 03 01:37:49 2015 -0400 |
tree | b819a9d30ca8827b8ee7d67a55d001bba7a7eed9 | |
parent | 8485187b5e458d17d63a597484391b98bbcdbb7b [diff] |
ahci: Move interrupt enablement code to a separate function This patch refactors ahci_init_interrupts() and moves msi code to a separate function. Need the split since we add msix initialization in a later patch. The initialization for msix will be done after msi but before intx. Signed-off-by: Robert Richter <rrichter@cavium.com> Signed-off-by: Tejun Heo <tj@kernel.org>