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_sil24.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/ata/sata_sil24.c b/drivers/ata/sata_sil24.c > index 319f517137cd..4b00dce151eb 100644 > --- a/drivers/ata/sata_sil24.c > +++ b/drivers/ata/sata_sil24.c > @@ -663,7 +663,7 @@ static int sil24_softreset(struct ata_link *link, unsigned int *class, > const char *reason; > int rc; > > - DPRINTK("ENTER\n"); > + ata_link_dbg(link, "%s: ENTER\n", __func__); > > /* put the port into known state */ > if (sil24_init_port(ap)) { > @@ -689,7 +689,7 @@ static int sil24_softreset(struct ata_link *link, unsigned int *class, > sil24_read_tf(ap, 0, &tf); > *class = ata_dev_classify(&tf); > > - DPRINTK("EXIT, class=%u\n", *class); > + ata_link_dbg(link, "%s: EXIT, class=%u\n", __func__, *class); Please preserve __func__ printing in the conversion. > return 0; > > err: Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics