Re: [PATCH 2/3] sample: vfio mdev display - guest driver

From: Bjorn Helgaas
Date: Wed Apr 11 2018 - 16:39:28 EST


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.