]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ata/pata_rz1000.c
orinoco: Don't use boolean parameter to record encoding type
[linux-2.6-omap-h63xx.git] / drivers / ata / pata_rz1000.c
index 462b72a31280667fae365ee68ce82052002d5c64..7dfd1f3f6f3a21b31e738c4254a2aa5413890610 100644 (file)
@@ -99,7 +99,7 @@ static int rz1000_init_one (struct pci_dev *pdev, const struct pci_device_id *en
                printk(KERN_DEBUG DRV_NAME " version " DRV_VERSION "\n");
 
        if (rz1000_fifo_disable(pdev) == 0)
-               return ata_pci_init_one(pdev, ppi, &rz1000_sht, NULL);
+               return ata_pci_sff_init_one(pdev, ppi, &rz1000_sht, NULL);
 
        printk(KERN_ERR DRV_NAME ": failed to disable read-ahead on chipset..\n");
        /* Not safe to use so skip */