Re: [PATCH RESEND v3 1/6] AHCI: Cleanup checking of multiple MSIs/SLM modes

2014-09-23 Thread Tejun Heo
On Sun, Sep 21, 2014 at 03:19:24PM +0200, Alexander Gordeev wrote: > Sharing Last Message (SLM) mode is currently checked in two > functions: ahci_host_activate() and ahci_init_interrupts(). > This update consolidates SLM mode check with activation of > multiple MSIs mode. > > Signed-off-by:

Re: [PATCH RESEND v3 1/6] AHCI: Cleanup checking of multiple MSIs/SLM modes

2014-09-23 Thread Tejun Heo
On Sun, Sep 21, 2014 at 03:19:24PM +0200, Alexander Gordeev wrote: Sharing Last Message (SLM) mode is currently checked in two functions: ahci_host_activate() and ahci_init_interrupts(). This update consolidates SLM mode check with activation of multiple MSIs mode. Signed-off-by: Alexander

[PATCH RESEND v3 1/6] AHCI: Cleanup checking of multiple MSIs/SLM modes

2014-09-21 Thread Alexander Gordeev
Sharing Last Message (SLM) mode is currently checked in two functions: ahci_host_activate() and ahci_init_interrupts(). This update consolidates SLM mode check with activation of multiple MSIs mode. Signed-off-by: Alexander Gordeev Cc: linux-...@vger.kernel.org --- drivers/ata/ahci.c | 18

[PATCH RESEND v3 1/6] AHCI: Cleanup checking of multiple MSIs/SLM modes

2014-09-21 Thread Alexander Gordeev
Sharing Last Message (SLM) mode is currently checked in two functions: ahci_host_activate() and ahci_init_interrupts(). This update consolidates SLM mode check with activation of multiple MSIs mode. Signed-off-by: Alexander Gordeev agord...@redhat.com Cc: linux-...@vger.kernel.org ---