summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_rcar.c
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2021-12-21 08:20:43 +0100
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>2022-01-05 19:33:01 +0900
commitfa538d4020e61ff3f71eb29516b4fc02ba129c33 (patch)
treeeb6bbe829f14ce31e33c0ad10e8a61064cdd346f /drivers/ata/sata_rcar.c
parent65945144fa849d87b23cac4fbc8565807eefee02 (diff)
downloadlinux-stable-fa538d4020e61ff3f71eb29516b4fc02ba129c33.tar.gz
linux-stable-fa538d4020e61ff3f71eb29516b4fc02ba129c33.tar.bz2
linux-stable-fa538d4020e61ff3f71eb29516b4fc02ba129c33.zip
ata: sata_rcar: replace DPRINTK() with ata_port_dbg()
Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'drivers/ata/sata_rcar.c')
-rw-r--r--drivers/ata/sata_rcar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_rcar.c b/drivers/ata/sata_rcar.c
index b4994d182eda..11e68e3854f8 100644
--- a/drivers/ata/sata_rcar.c
+++ b/drivers/ata/sata_rcar.c
@@ -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);