| Submitter | Greg Kroah-Hartman |
|---|---|
| Date | 2009-11-06 22:15:12 |
| Message ID | <20091106221548.985237484@mini.kroah.org> |
| Download | mbox | patch |
| Permalink | /patch/58150/ |
| State | New |
| Headers | show |
Comments
Patch
--- a/drivers/ata/pata_sc1200.c +++ b/drivers/ata/pata_sc1200.c @@ -235,8 +235,7 @@ static int sc1200_init_one(struct pci_de .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); }