mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
drm/nouveau: silence unimportant HDMI status message
On non-PCI devices, nobody should really care if the device does not provide HDMI... Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
9bcd38de5b
commit
f2a0adadeb
@ -375,7 +375,7 @@ nouveau_get_hdmi_dev(struct nouveau_drm *drm)
|
||||
struct pci_dev *pdev = drm->dev->pdev;
|
||||
|
||||
if (!pdev) {
|
||||
DRM_INFO("not a PCI device; no HDMI\n");
|
||||
NV_DEBUG(drm, "not a PCI device; no HDMI\n");
|
||||
drm->hdmi_device = NULL;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user