drm/nouveau: fix missing newline
authorAlexandre Courbot <acourbot@nvidia.com>
Mon, 24 Mar 2014 08:42:23 +0000 (17:42 +0900)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 26 Mar 2014 04:08:26 +0000 (14:08 +1000)
Add a missing newline at the end of a DRM_INFO message.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_drm.c

index 8f811a5..61ab947 100644 (file)
@@ -322,7 +322,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");
+               DRM_INFO("not a PCI device; no HDMI\n");
                drm->hdmi_device = NULL;
                return;
        }