[PATCH v3] drm/bochs: downgrade pci_request_region failure from error to warning

Gerd Hoffmann kraxel at redhat.com
Fri Mar 13 14:35:30 UTC 2020


  Hi,

> > +	if (pci_request_region(pdev, 0, "bochs-drm") != 0)
> > +		DRM_WARN("Cannot request framebuffer, boot fb still active?\n");
> So you could use drm_WARN() which is what is preferred these days.

Nope, this isn't yet in -fixes.

cheers,
  Gerd



More information about the dri-devel mailing list