From: Robert Richter Date: Sun, 31 May 2015 11:55:17 +0000 (+0200) Subject: ahci: Move interrupt enablement code to a separate function X-Git-Tag: omap-for-v4.2/fixes-rc1^2~115^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1c823117894ed79943a87b1c718139cc1be1b6a;p=pandora-kernel.git 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 Signed-off-by: Tejun Heo --- Reading git-diff-tree failed