]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sata_nv: use ata_pci_sff_activate_host() instead of ata_host_activate()
authorTejun Heo <tj@kernel.org>
Fri, 14 May 2010 09:48:50 +0000 (11:48 +0200)
committerJeff Garzik <jgarzik@redhat.com>
Sat, 15 May 2010 02:07:17 +0000 (22:07 -0400)
commit95cc2c70c139936a2142bcd583da8af6f9d88efb
treea70b558e7a923356df6d1e9662e10933252f1738
parent3842e835490cdf17013b30a788f6311bdcfd0571
sata_nv: use ata_pci_sff_activate_host() instead of ata_host_activate()

sata_nv was incorrectly using ata_host_activate() instead of
ata_pci_sff_activate_host() leading to IRQ assignment failure in
legacy mode.  Fix it.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Robert Hancock <hancockr@shaw.ca>
Cc: stable@kernel.org
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/sata_nv.c