OSDN Git Service

vgaarb: Stop complaining about absent devices
authorThierry Reding <treding@nvidia.com>
Wed, 12 Aug 2015 14:32:05 +0000 (16:32 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 12 Aug 2015 15:11:57 +0000 (17:11 +0200)
commiteb6944f2fc01d5c83bce37fa0e68810565f78a75
tree5af8630beafa0287c548acd70c19de46ccc2657d
parent845249172a363c2217af5926fac17f58c7228aa4
vgaarb: Stop complaining about absent devices

Some setups do not register a default VGA device, in which case the VGA
arbiter will still complain about the (non-existent) PCI device being a
non-VGA device.

Fix this by making the error message conditional on a default VGA device
having been set up. Note that the easy route of erroring out early isn't
going to work because otherwise priv->target won't be properly updated.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/vga/vgaarb.c