commit | d1028e2f95b75acab4f1046acae1b1ca7d7b2577 | [log] [tgz] |
---|---|---|
author | Alexander Gordeev <agordeev@redhat.com> | Mon Sep 29 18:25:59 2014 +0200 |
committer | Tejun Heo <tj@kernel.org> | Mon Oct 06 11:43:35 2014 -0400 |
tree | 6f04701879c51f7fb6fbee6ac588790d2e077efe | |
parent | 1c62854f5f7321b3ee8c08d34d7c1e615608566d [diff] |
AHCI: Move host activation code into ahci_host_activate() 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