diff options
author | Uwe Koziolek <uwe.koziolek@gmx.net> | 2007-05-25 09:48:52 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-05-25 04:18:42 -0400 |
commit | ddfc87a098a0172ad13ce50edf55d5fe266f1352 (patch) | |
tree | 68fce283fcb3491a5a6521c8d296260c73be31cb /drivers/ata/sata_sis.c | |
parent | 7e068376c5128db2a342fa659a6dfa1488adc135 (diff) |
libata: sata_sis fixes
The sata_sis driver supports SATA and PATA ports. The broken support
of both types in one controller is fixed.
Signed-off-by: Uwe Koziolek <uwe.koziolek@gmx.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/sata_sis.c')
-rw-r--r-- | drivers/ata/sata_sis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_sis.c b/drivers/ata/sata_sis.c index 51d9251b0898..221099d1d08f 100644 --- a/drivers/ata/sata_sis.c +++ b/drivers/ata/sata_sis.c @@ -255,7 +255,7 @@ static int sis_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) { static int printed_version; struct ata_port_info pi = sis_port_info; - const struct ata_port_info *ppi[] = { &pi, NULL }; + const struct ata_port_info *ppi[] = { &pi, &pi }; struct ata_host *host; u32 genctl, val; u8 pmr; |