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

ata: sata_rcar: 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
559ba183 05d8501f

+1 -16
+1 -16
drivers/ata/sata_rcar.c
··· 379 379 iowrite32(tf->hob_lbal, ioaddr->lbal_addr); 380 380 iowrite32(tf->hob_lbam, ioaddr->lbam_addr); 381 381 iowrite32(tf->hob_lbah, ioaddr->lbah_addr); 382 - VPRINTK("hob: feat 0x%X nsect 0x%X, lba 0x%X 0x%X 0x%X\n", 383 - tf->hob_feature, 384 - tf->hob_nsect, 385 - tf->hob_lbal, 386 - tf->hob_lbam, 387 - tf->hob_lbah); 388 382 } 389 383 390 384 if (is_addr) { ··· 387 393 iowrite32(tf->lbal, ioaddr->lbal_addr); 388 394 iowrite32(tf->lbam, ioaddr->lbam_addr); 389 395 iowrite32(tf->lbah, ioaddr->lbah_addr); 390 - VPRINTK("feat 0x%X nsect 0x%X lba 0x%X 0x%X 0x%X\n", 391 - tf->feature, 392 - tf->nsect, 393 - tf->lbal, 394 - tf->lbam, 395 - tf->lbah); 396 396 } 397 397 398 - if (tf->flags & ATA_TFLAG_DEVICE) { 398 + if (tf->flags & ATA_TFLAG_DEVICE) 399 399 iowrite32(tf->device, ioaddr->device_addr); 400 - VPRINTK("device 0x%X\n", tf->device); 401 - } 402 400 403 401 ata_wait_idle(ap); 404 402 } ··· 523 537 524 538 prd[si].addr = cpu_to_le32(addr); 525 539 prd[si].flags_len = cpu_to_le32(sg_len); 526 - VPRINTK("PRD[%u] = (0x%X, 0x%X)\n", si, addr, sg_len); 527 540 } 528 541 529 542 /* end-of-table flag */