2009-09-25 14:15:21 +00:00
|
|
|
--- a/drivers/ata/pata_sc1200.c
|
|
|
|
+++ b/drivers/ata/pata_sc1200.c
|
2009-11-03 01:12:48 +00:00
|
|
|
@@ -236,7 +236,7 @@ static int sc1200_init_one(struct pci_de
|
2009-09-25 14:15:21 +00:00
|
|
|
.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, &ata_dummy_port_info };
|
|
|
|
|
|
|
|
return ata_pci_sff_init_one(dev, ppi, &sc1200_sht, NULL);
|
|
|
|
}
|