]> git.baikalelectronics.ru Git - kernel.git/commit
ahci: Move interrupt enablement code to a separate function
authorRobert Richter <rrichter@cavium.com>
Sun, 31 May 2015 11:55:17 +0000 (13:55 +0200)
committerTejun Heo <tj@kernel.org>
Wed, 3 Jun 2015 05:37:49 +0000 (01:37 -0400)
commit9e5d9f8bd3f28e595ff452132fbc80d5e0a791e7
treeb819a9d30ca8827b8ee7d67a55d001bba7a7eed9
parent68f0c9fbc91dbdc46a155aa1114898deb17f1e33
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>
drivers/ata/ahci.c