]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ata/pdc_adma.c
pata_pdc202xx_old: fix data corruption and other problems
[linux-2.6-omap-h63xx.git] / drivers / ata / pdc_adma.c
index 857ac23217ab0895f095700b5db9c529a9f67fb5..5dd3ca8b5f29fb273303810d488c318d80ce7287 100644 (file)
@@ -44,7 +44,7 @@
 #include <linux/libata.h>
 
 #define DRV_NAME       "pdc_adma"
-#define DRV_VERSION    "0.04"
+#define DRV_VERSION    "0.05"
 
 /* macro to calculate base address for ATA regs */
 #define ADMA_ATA_REGS(base,port_no)    ((base) + ((port_no) * 0x40))
@@ -498,7 +498,7 @@ static inline unsigned int adma_intr_mmio(struct ata_host *host)
                                if ((status & ATA_BUSY))
                                        continue;
                                DPRINTK("ata%u: protocol %d (dev_stat 0x%X)\n",
-                                       ap->id, qc->tf.protocol, status);
+                                       ap->print_id, qc->tf.protocol, status);
 
                                /* complete taskfile transaction */
                                pp->state = adma_state_idle;