On 12/13/18 11:46 AM, Hannes Reinecke wrote: > Replace all DPRINTK calls with the ata_XXX_dbg functions. > > Signed-off-by: Hannes Reinecke <hare@xxxxxxxx> > --- > drivers/ata/sata_qstor.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/ata/sata_qstor.c b/drivers/ata/sata_qstor.c > index 1fe941688e95..f38f15fe1f79 100644 > --- a/drivers/ata/sata_qstor.c > +++ b/drivers/ata/sata_qstor.c > @@ -388,8 +388,9 @@ static inline unsigned int qs_intr_pkt(struct ata_host *host) > struct qs_port_priv *pp = ap->private_data; > struct ata_queued_cmd *qc; > > - DPRINTK("SFF=%08x%08x: sCHAN=%u sHST=%d sDST=%02x\n", > - sff1, sff0, port_no, sHST, sDST); > + ata_port_dbg(ap, > + "SFF=%08x%08x: sCHAN=%u sHST=%d sDST=%02x\n", > + sff1, sff0, port_no, sHST, sDST); Please preserve __func__ printing in the conversion. > handled = 1; > if (!pp || pp->state != qs_state_pkt) > continue; Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics