Re: [PATCH] ahci: Store irq number in struct ahci_host_priv

2015-05-27 Thread Tejun Heo
Hello, On Wed, May 27, 2015 at 06:16:03PM +0200, Robert Richter wrote: > From b50a5e478b8fce17603a91a5d272bb49527239af Mon Sep 17 00:00:00 2001 > From: Robert Richter > Date: Tue, 12 May 2015 13:57:27 +0200 > Subject: [PATCH] ahci: Store irq number in struct ahci_host_priv >

[PATCH] ahci: Store irq number in struct ahci_host_priv

2015-05-27 Thread Robert Richter
12 May 2015 13:57:27 +0200 Subject: [PATCH] ahci: Store irq number in struct ahci_host_priv 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

Re: [PATCH] ahci: Store irq number in struct ahci_host_priv

2015-05-27 Thread Tejun Heo
Hello, On Wed, May 27, 2015 at 06:16:03PM +0200, Robert Richter wrote: From b50a5e478b8fce17603a91a5d272bb49527239af Mon Sep 17 00:00:00 2001 From: Robert Richter rrich...@cavium.com Date: Tue, 12 May 2015 13:57:27 +0200 Subject: [PATCH] ahci: Store irq number in struct ahci_host_priv

[PATCH] ahci: Store irq number in struct ahci_host_priv

2015-05-27 Thread Robert Richter
...@cavium.com Date: Tue, 12 May 2015 13:57:27 +0200 Subject: [PATCH] ahci: Store irq number in struct ahci_host_priv 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