projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
559ba18
)
ata: sata_inic162x: Drop pointless VPRINTK() calls
author
Hannes Reinecke
<hare@suse.de>
Tue, 21 Dec 2021 07:20:54 +0000
(08:20 +0100)
committer
Damien Le Moal
<damien.lemoal@opensource.wdc.com>
Wed, 5 Jan 2022 10:33:02 +0000
(19:33 +0900)
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/sata_inic162x.c
patch
|
blob
|
history
diff --git
a/drivers/ata/sata_inic162x.c
b/drivers/ata/sata_inic162x.c
index b6239dae524a403a5d10a13b2edaf9a37bebe904..781901151d821cb71f17cb90186617da0fd608a9 100644
(file)
--- a/
drivers/ata/sata_inic162x.c
+++ b/
drivers/ata/sata_inic162x.c
@@
-488,8
+488,6
@@
static enum ata_completion_errors inic_qc_prep(struct ata_queued_cmd *qc)
bool is_data = ata_is_data(qc->tf.protocol);
unsigned int cdb_len = 0;
- VPRINTK("ENTER\n");
-
if (is_atapi)
cdb_len = qc->dev->cdb_len;