diff options
author | Hannes Reinecke <hare@suse.de> | 2021-12-21 10:20:46 +0300 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-01-05 13:33:01 +0300 |
commit | e1553351d747cbcd62db01d579dff916edcc782c (patch) | |
tree | 458f6ec1bf4a1f3ad2a2457caded1d534a0c3fee /drivers/ata/libata-sata.c | |
parent | b5a5fc8b0f8175e4b3aaf182c1b23de4ccdd3347 (diff) | |
download | linux-e1553351d747cbcd62db01d579dff916edcc782c.tar.xz |
ata: libata: remove pointless VPRINTK() calls
Most of the information is already covered by tracepoints
(if not downright pointless), so remove the VPRINTK() calls.
And while we're at it, remove ata_scsi_dump_cdb(), too,
as this information can be retrieved from scsi tracing.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'drivers/ata/libata-sata.c')
-rw-r--r-- | drivers/ata/libata-sata.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/libata-sata.c b/drivers/ata/libata-sata.c index d9b5744a3b06..bfe9595d4f33 100644 --- a/drivers/ata/libata-sata.c +++ b/drivers/ata/libata-sata.c @@ -1258,8 +1258,6 @@ int ata_sas_queuecmd(struct scsi_cmnd *cmd, struct ata_port *ap) { int rc = 0; - ata_scsi_dump_cdb(ap, cmd); - if (likely(ata_dev_enabled(ap->link.device))) rc = __ata_scsi_queuecmd(cmd, ap->link.device); else { |