]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ata/pata_cs5535.c
[libata] ahci: SB600 workaround is suspect... play it safe for now
[linux-2.6-omap-h63xx.git] / drivers / ata / pata_cs5535.c
index 2c73807da626494294aeb38ece9d53f6679be7b1..01324530d052c807ae31d82e94a1b22ae3002df6 100644 (file)
@@ -25,7 +25,7 @@
  * Documentation:
  *     Available from AMD web site.
  * TODO
- *     Review errata to see if serializing is neccessary
+ *     Review errata to see if serializing is necessary
  */
 
 #include <linux/kernel.h>
@@ -206,7 +206,7 @@ static struct ata_port_operations cs5535_port_ops = {
        .irq_clear      = ata_bmdma_irq_clear,
        .irq_on         = ata_irq_on,
 
-       .port_start     = ata_port_start,
+       .port_start     = ata_sff_port_start,
 };
 
 /**