On Mon, Apr 09, 2018 at 12:35:12PM +0200, Gerd Hoffmann wrote:
> Guest fbdev driver for CONFIG_SAMPLE_VFIO_MDEV_MDPY.

> +     dev_info(&pdev->dev, "mdpy found: %dx%d framebuffer\n",
> +              width, height);

You can now use

  pci_info(pdev, "mdpy found ...")

if it seems worthwhile to you.

Reply via email to