ata: libata: tracepoints for bus-master DMA
[linux-2.6-microblaze.git] / drivers / ata / pata_pdc202xx_old.c
index 0c5cbcd..b998490 100644 (file)
@@ -38,8 +38,6 @@ static int pdc2026x_cable_detect(struct ata_port *ap)
 static void pdc202xx_exec_command(struct ata_port *ap,
                                  const struct ata_taskfile *tf)
 {
-       DPRINTK("ata%u: cmd 0x%X\n", ap->print_id, tf->command);
-
        iowrite8(tf->command, ap->ioaddr.command_addr);
        ndelay(400);
 }