Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Hannes Reinecke and committed by
Damien Le Moal
a0a8005d 559ba183

-2
-2
drivers/ata/sata_inic162x.c
··· 488 488 bool is_data = ata_is_data(qc->tf.protocol); 489 489 unsigned int cdb_len = 0; 490 490 491 - VPRINTK("ENTER\n"); 492 - 493 491 if (is_atapi) 494 492 cdb_len = qc->dev->cdb_len; 495 493