mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
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;
|
||||
|
||||
if (!pdev) {
|
||||
DRM_INFO("not a PCI device; no HDMI");
|
||||
DRM_INFO("not a PCI device; no HDMI\n");
|
||||
drm->hdmi_device = NULL;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user