projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e392e39
)
ata: pdc_adma: Remove DPRINTK call
author
Hannes Reinecke
<hare@suse.de>
Tue, 21 Dec 2021 07:20:41 +0000
(08:20 +0100)
committer
Damien 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
patch
|
blob
|
history
diff --git
a/drivers/ata/pdc_adma.c
b/drivers/ata/pdc_adma.c
index 5db55e1e2a61d112635d050f803829ca54bc6493..2c910c4cd4de1324dda0a5281ed7f7fb1dce0de5 100644
(file)
--- 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;