From: Tejun Heo Date: Fri, 14 May 2010 09:48:50 +0000 (+0200) Subject: sata_nv: use ata_pci_sff_activate_host() instead of ata_host_activate() X-Git-Tag: v2.6.35-rc1~481^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95cc2c70c139936a2142bcd583da8af6f9d88efb;p=pandora-kernel.git 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 Cc: Robert Hancock Cc: stable@kernel.org Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed