Skip to content

Commit

Permalink
ata: sata_rcar: replace DPRINTK() with ata_port_dbg()
Browse files Browse the repository at this point in the history
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
  • Loading branch information
Hannes Reinecke authored and Damien Le Moal committed Jan 5, 2022
1 parent 6594514 commit fa538d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/sata_rcar.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fa538d4

Please sign in to comment.