Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183181
b: refs/heads/master
c: 1d3a811
h: refs/heads/master
i:
  183179: 1a771b2
v: v3
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Mar 1, 2010
1 parent 64c95ac commit 8d82401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e99846f18f03badd1bbd4fda79e6ec325e3b9058
refs/heads/master: 1d3a8118b049252a84641b6643066bda0da0d316
3 changes: 2 additions & 1 deletion trunk/drivers/ata/pata_atiixp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 8d82401

Please sign in to comment.