diff options
author | Hannes Reinecke <hare@suse.de> | 2021-12-21 08:20:54 +0100 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-01-05 19:33:02 +0900 |
commit | a0a8005d8642ce29596827a100c6cdc84bbbfb5c (patch) | |
tree | 07e2ecfecfe9a37e71cc2e7bec7979977a5ca2af /drivers/ata/sata_inic162x.c | |
parent | 559ba1830e4bd7ad71b44ab5d0f75d7a206f75ed (diff) | |
download | lwn-a0a8005d8642ce29596827a100c6cdc84bbbfb5c.tar.gz lwn-a0a8005d8642ce29596827a100c6cdc84bbbfb5c.zip |
ata: sata_inic162x: Drop pointless VPRINTK() calls
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'drivers/ata/sata_inic162x.c')
-rw-r--r-- | drivers/ata/sata_inic162x.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ata/sata_inic162x.c b/drivers/ata/sata_inic162x.c index b6239dae524a..781901151d82 100644 --- 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; |