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:
parent
18acc6d84e
commit
40189b0c65
|
@ -322,7 +322,7 @@ nouveau_get_hdmi_dev(struct nouveau_drm *drm)
|
||||||
struct pci_dev *pdev = drm->dev->pdev;
|
struct pci_dev *pdev = drm->dev->pdev;
|
||||||
|
|
||||||
if (!pdev) {
|
if (!pdev) {
|
||||||
DRM_INFO("not a PCI device; no HDMI");
|
DRM_INFO("not a PCI device; no HDMI\n");
|
||||||
drm->hdmi_device = NULL;
|
drm->hdmi_device = NULL;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue