[PATCH v5 3/5] 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 v5 3/5] 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