Re: [PATCH v4] Add new uio device for PCI with dynamic memory allocation

From: gregkh@xxxxxxxxxxxxxxxxxxx
Date: Tue Apr 28 2020 - 11:58:52 EST


On Tue, Apr 28, 2020 at 03:47:42PM +0000, Stahl, Manuel wrote:
> >
> > > + return err;
> > > + }
> > > + pci_set_master(pdev);
> > > +
> > > + dev_info(&pdev->dev, "Legacy IRQ: %i", pdev->irq);
> >
> > Again, remove, be quiet :)
>
> Use dev_dbg() or remove completely?

If it helps in debugging, dev_dbg() is fine to use.

thanks,

greg k-h