drm/nouveau: fix missing newline

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>
This commit is contained in:
Alexandre Courbot 2014-03-24 17:42:23 +09:00 committed by Ben Skeggs
parent 18acc6d84e
commit 40189b0c65

View 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;
}