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>
This commit is contained in:
parent
65945144fa
commit
fa538d4020
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user