Commit fa538d40 authored by Hannes Reinecke's avatar Hannes Reinecke Committed by Damien Le Moal

ata: sata_rcar: replace DPRINTK() with ata_port_dbg()

Signed-off-by: default avatarHannes Reinecke <hare@suse.de>
Signed-off-by: default avatarDamien Le Moal <damien.lemoal@opensource.wdc.com>
parent 65945144
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment