AHCI: Move host activation code into ahci_host_activate()
authorAlexander Gordeev <agordeev@redhat.com>
Mon, 29 Sep 2014 16:25:59 +0000 (18:25 +0200)
committerTejun Heo <tj@kernel.org>
Mon, 6 Oct 2014 15:43:35 +0000 (11:43 -0400)
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 <agordeev@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: linux-ide@vger.kernel.org

No differences found