Message ID | 20200204165547.115220-36-hare@suse.de |
---|---|
State | Not Applicable |
Delegated to: | David Miller |
Headers | show |
Series | ata: kill ATA_DEBUG | expand |
On 2/4/20 5:55 PM, Hannes Reinecke wrote: > From: Hannes Reinecke <hare@suse.com> > > 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@suse.de> Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics > --- > drivers/ata/sata_rcar.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/ata/sata_rcar.c b/drivers/ata/sata_rcar.c > index 0925a0564cc5..f65741b5ca20 100644 > --- a/drivers/ata/sata_rcar.c > +++ b/drivers/ata/sata_rcar.c > @@ -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); > + VPRINTK("SError @host_intr: 0x%x\n", serror); > > /* first, analyze and record host port events */ > ata_ehi_clear_desc(ehi); >
diff --git a/drivers/ata/sata_rcar.c b/drivers/ata/sata_rcar.c index 0925a0564cc5..f65741b5ca20 100644 --- a/drivers/ata/sata_rcar.c +++ b/drivers/ata/sata_rcar.c @@ -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); + VPRINTK("SError @host_intr: 0x%x\n", serror); /* first, analyze and record host port events */ ata_ehi_clear_desc(ehi);