ata: sata_rcar: replace DPRINTK() with ata_port_dbg()
authorHannes Reinecke <hare@suse.de>
Tue, 21 Dec 2021 07:20:43 +0000 (08:20 +0100)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Wed, 5 Jan 2022 10:33:01 +0000 (19:33 +0900)
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/sata_rcar.c

index b4994d1..11e68e3 100644 (file)
@@ -679,7 +679,7 @@ static void sata_rcar_serr_interrupt(struct ata_port *ap)
        if (!serror)
                return;
 
-       DPRINTK("SError @host_intr: 0x%x\n", serror);
+       ata_port_dbg(ap, "SError @host_intr: 0x%x\n", serror);
 
        /* first, analyze and record host port events */
        ata_ehi_clear_desc(ehi);