[PATCH] ahci: Store irq number in struct ahci_host_priv

From: Robert Richter
Date: Wed May 27 2015 - 12:16:33 EST


On 27.05.15 10:01:32, Robert Richter wrote:
> From: Robert Richter <rrichter@xxxxxxxxxx>
>
> The irq number for msix devices is taken from msi_list instead of
> pci_dev. Thus, the irq number of a device needs to be stored in struct
> ahci_host_priv now. Host controller can be activated then in a
> generic way.
>
> Signed-off-by: Robert Richter <rrichter@xxxxxxxxxx>

Rebased version onto libata/for-4.2 below. Please apply 1/3 and 3/3
from the original patch set before and after.

Thanks,

-Robert