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

ata: sata_sil: 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
0b8e9cc7 14d36306

-1
-1
drivers/ata/sata_sil.c
··· 307 307 308 308 prd->addr = cpu_to_le32(addr); 309 309 prd->flags_len = cpu_to_le32(sg_len); 310 - VPRINTK("PRD[%u] = (0x%X, 0x%X)\n", si, addr, sg_len); 311 310 312 311 last_prd = prd; 313 312 prd++;