Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167645
b: refs/heads/master
c: 6d4f950
h: refs/heads/master
i:
  167643: e22958c
v: v3
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Oct 16, 2009
1 parent 5f92869 commit 8d4f13d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: f4b31db92d163df8a639f5a8c8633bdeb6e8432d
refs/heads/master: 6d4f950e9ea15816c6a4f266ce6b9e438346771e
3 changes: 1 addition & 2 deletions trunk/drivers/ata/pata_sc1200.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,7 @@ static int sc1200_init_one(struct pci_dev *dev, const struct pci_device_id *id)
.udma_mask = ATA_UDMA2,
.port_ops = &sc1200_port_ops
};
/* Can't enable port 2 yet, see top comments */
const struct ata_port_info *ppi[] = { &info, };
const struct ata_port_info *ppi[] = { &info, NULL };

return ata_pci_sff_init_one(dev, ppi, &sc1200_sht, NULL);
}
Expand Down

0 comments on commit 8d4f13d

Please sign in to comment.