ata: pdc_adma: Remove DPRINTK call
authorHannes Reinecke <hare@suse.de>
Tue, 21 Dec 2021 07:20:41 +0000 (08:20 +0100)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Wed, 5 Jan 2022 10:33:01 +0000 (19:33 +0900)
The DPRINTK call doesn't print information which isn't already covered
by tracepoints later on.
Remove it.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/pdc_adma.c

index 5db55e1..2c910c4 100644 (file)
@@ -475,8 +475,6 @@ static inline unsigned int adma_intr_mmio(struct ata_host *host)
                        u8 status = ata_sff_check_status(ap);
                        if ((status & ATA_BUSY))
                                continue;
-                       DPRINTK("ata%u: protocol %d (dev_stat 0x%X)\n",
-                               ap->print_id, qc->tf.protocol, status);
 
                        /* complete taskfile transaction */
                        pp->state = adma_state_idle;