[PATCH v5 1/5] AHCI: Pass SCSI host template as arg to ahci_host_activate()

2014-09-29 Thread Alexander Gordeev
This update is a prerequisite for consolidation of AHCI host activation code within ahci_host_activate() function. Signed-off-by: Alexander Gordeev Cc: linux-...@vger.kernel.org --- drivers/ata/ahci.c | 10 +- drivers/ata/ahci.h | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-)

[PATCH v5 1/5] AHCI: Pass SCSI host template as arg to ahci_host_activate()

2014-09-29 Thread Alexander Gordeev
This update is a prerequisite for consolidation of AHCI host activation code within ahci_host_activate() function. Signed-off-by: Alexander Gordeev agord...@redhat.com Cc: linux-...@vger.kernel.org --- drivers/ata/ahci.c | 10 +- drivers/ata/ahci.h | 3 ++- 2 files changed, 7