]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/ata/sata_sx4.c
libata-sff: clean up BMDMA initialization
[net-next-2.6.git] / drivers / ata / sata_sx4.c
index 7e3a25ec93b10cbee366b6ca1d7df3213fc4f750..a4e552a325b0ac633e084b6492756fe5150140e8 100644 (file)
@@ -302,11 +302,6 @@ static int pdc_port_start(struct ata_port *ap)
 {
        struct device *dev = ap->host->dev;
        struct pdc_port_priv *pp;
-       int rc;
-
-       rc = ata_port_start(ap);
-       if (rc)
-               return rc;
 
        pp = devm_kzalloc(dev, sizeof(*pp), GFP_KERNEL);
        if (!pp)