Re: [PATCH] AHCI: Move host activation code into ahci_host_activate()

2014-09-29 Thread Tejun Heo
On Mon, Sep 29, 2014 at 11:19:49AM +0100, Alexander Gordeev wrote: > Currently host activation done by calling either function > ahci_host_activate() or ata_host_activate(). Consolidate > the code by only calling ahci_host_activate() for all AHCI > devices. > > Signed-off-by: Alexander Gordeev >

[PATCH] AHCI: Move host activation code into ahci_host_activate()

2014-09-29 Thread Alexander Gordeev
Currently host activation done by calling either function ahci_host_activate() or ata_host_activate(). Consolidate the code by only calling ahci_host_activate() for all AHCI devices. Signed-off-by: Alexander Gordeev Cc: linux-...@vger.kernel.org --- drivers/ata/acard-ahci.c | 3 +-

[PATCH] AHCI: Move host activation code into ahci_host_activate()

2014-09-29 Thread Alexander Gordeev
Currently host activation done by calling either function ahci_host_activate() or ata_host_activate(). Consolidate the code by only calling ahci_host_activate() for all AHCI devices. Signed-off-by: Alexander Gordeev agord...@redhat.com Cc: linux-...@vger.kernel.org --- drivers/ata/acard-ahci.c

Re: [PATCH] AHCI: Move host activation code into ahci_host_activate()

2014-09-29 Thread Tejun Heo
On Mon, Sep 29, 2014 at 11:19:49AM +0100, Alexander Gordeev wrote: Currently host activation done by calling either function ahci_host_activate() or ata_host_activate(). Consolidate the code by only calling ahci_host_activate() for all AHCI devices. Signed-off-by: Alexander Gordeev