ata: sata_inic162x: Drop pointless VPRINTK() calls
authorHannes Reinecke <hare@suse.de>
Tue, 21 Dec 2021 07:20:54 +0000 (08:20 +0100)
committerDamien 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

index b6239da..7819011 100644 (file)
@@ -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;