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/pdc_adma.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/ata/pdc_adma.c b/drivers/ata/pdc_adma.c > index 5db55e1e2a61..255738efea89 100644 > --- a/drivers/ata/pdc_adma.c > +++ b/drivers/ata/pdc_adma.c > @@ -475,7 +475,7 @@ static inline unsigned int adma_intr_mmio(struct ata_host *host) > u8 status = ata_sff_check_status(ap); > if ((status & ATA_BUSY)) > continue; > - DPRINTK("ata%u: protocol %d (dev_stat 0x%X)\n", > + VPRINTK("ata%u: protocol %d (dev_stat 0x%X)\n", > ap->print_id, qc->tf.protocol, status); > > /* complete taskfile transaction */ >