libata: sata_sis fixes
authorUwe Koziolek <uwe.koziolek@gmx.net>
Fri, 25 May 2007 07:48:52 +0000 (09:48 +0200)
committerJeff Garzik <jeff@garzik.org>
Fri, 25 May 2007 08:18:42 +0000 (04:18 -0400)
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>
drivers/ata/sata_sis.c

index 51d9251..221099d 100644 (file)
@@ -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;