diff options
author | Hannes Reinecke <hare@suse.de> | 2021-12-21 10:20:41 +0300 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-01-05 13:33:01 +0300 |
commit | 774f6bac2ed39ab1d1a7c41cc986279866486c07 (patch) | |
tree | d5b2b25b845baa06f0adb250487477fa352ef4fc /drivers/ata/pdc_adma.c | |
parent | e392e3944f8b1c2075f8e361a2255ca9037e3fc8 (diff) | |
download | linux-774f6bac2ed39ab1d1a7c41cc986279866486c07.tar.xz |
ata: pdc_adma: Remove DPRINTK call
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>
Diffstat (limited to 'drivers/ata/pdc_adma.c')
-rw-r--r-- | drivers/ata/pdc_adma.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/pdc_adma.c b/drivers/ata/pdc_adma.c index 5db55e1e2a61..2c910c4cd4de 100644 --- a/drivers/ata/pdc_adma.c +++ b/drivers/ata/pdc_adma.c @@ -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; |