On 2/4/20 5:55 PM, Hannes Reinecke wrote: > From: Hannes Reinecke <hare@xxxxxxxx> > > Move the remaining DPRINTK statement in the interrupt handler to > VPRINTK. It'll be converted later with the remaining VPRINTK > calls. > > Signed-off-by: Hannes Reinecke <hare@xxxxxxx> Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@xxxxxxxxxxx> Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics > --- > drivers/ata/sata_qstor.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/ata/sata_qstor.c b/drivers/ata/sata_qstor.c > index ef00ab644afb..579a8a8f12ba 100644 > --- a/drivers/ata/sata_qstor.c > +++ b/drivers/ata/sata_qstor.c > @@ -374,7 +374,7 @@ 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", > + VPRINTK("SFF=%08x%08x: sCHAN=%u sHST=%d sDST=%02x\n", > sff1, sff0, port_no, sHST, sDST); > handled = 1; > if (!pp || pp->state != qs_state_pkt) >