From: Alan Cox Date: Wed, 17 Feb 2010 13:17:44 +0000 (+0000) Subject: pata_atiixp: enable parallel scan X-Git-Tag: v3.12-rc1~11248^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d3a8118b049252a84641b6643066bda0da0d316;p=kernel%2Fkernel-generic.git pata_atiixp: enable parallel scan This was originally proposed by Bartlomiej but as a device specific expansion of the init_one function rather than making the helper more generic. Enable the parallel scan via the generic flags. Signed-off-by: Alan Cox Signed-off-by: Jeff Garzik --- diff --git a/drivers/ata/pata_atiixp.c b/drivers/ata/pata_atiixp.c index 9ad3b4c..cbaf2ed 100644 --- a/drivers/ata/pata_atiixp.c +++ b/drivers/ata/pata_atiixp.c @@ -246,7 +246,8 @@ static int atiixp_init_one(struct pci_dev *pdev, const struct pci_device_id *id) if (!pci_test_config_bits(pdev, &atiixp_enable_bits[i])) ppi[i] = &ata_dummy_port_info; - return ata_pci_sff_init_one(pdev, ppi, &atiixp_sht, NULL, 0); + return ata_pci_sff_init_one(pdev, ppi, &atiixp_sht, NULL, + ATA_HOST_PARALLEL_SCAN); } static const struct pci_device_id atiixp[] = {