Alexandre Courbot
2016-Mar-02 10:13 UTC
[Nouveau] [PATCH] drm: 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 at nvidia.com> --- drm/nouveau/nouveau_drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drm/nouveau/nouveau_drm.c b/drm/nouveau/nouveau_drm.c index 2f2f252e3fb6..c2337fb73fe7 100644 --- a/drm/nouveau/nouveau_drm.c +++ b/drm/nouveau/nouveau_drm.c @@ -364,7 +364,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; } -- 2.7.2
Possibly Parallel Threads
- [PATCH 1/2] drm/nouveau: make hdmi device finding failure prints debug level
- [PATCH] [RFC] drm/nouveau: bring back hdmi audio device after switcheroo power down
- [PATCH] [RFC] drm/nouveau: bring back hdmi audio device after switcheroo power down
- [PATCH 01/12] drm/nouveau: fix missing newline
- [PATCH] GPU-DRM-nouveau: Delete an unnecessary check before the function call "pci_dev_put"