Re: [PATCH 11/24] pata_sil680: move DPRINTK to ata debugging
From: Bartlomiej Zolnierkiewicz <hidden>
Date: 2020-01-30 10:52:40
From: Bartlomiej Zolnierkiewicz <hidden>
Date: 2020-01-30 10:52:40
On 12/13/18 11:47 AM, Hannes Reinecke wrote:
Replace all DPRINTK calls with the ata_XXX_dbg functions. Signed-off-by: Hannes Reinecke <hare@suse.com> --- drivers/ata/pata_sil680.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/drivers/ata/pata_sil680.c b/drivers/ata/pata_sil680.c index c14071be4f55..5830808c932d 100644 --- a/drivers/ata/pata_sil680.c +++ b/drivers/ata/pata_sil680.c@@ -211,7 +211,7 @@ static void sil680_set_dmamode(struct ata_port *ap, struct ata_device *adev) static void sil680_sff_exec_command(struct ata_port *ap, const struct ata_taskfile *tf) { - DPRINTK("ata%u: cmd 0x%X\n", ap->print_id, tf->command); + ata_port_dbg(ap, "cmd 0x%X\n", tf->command);
Please preserve __func__ printing in the conversion.
iowrite8(tf->command, ap->ioaddr.command_addr); ioread8(ap->ioaddr.bmdma_addr + ATA_DMA_CMD); }
Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics