Skip to content

Commit

Permalink
drm/nouveau: fix missing newline
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexandre Courbot authored and Ben Skeggs committed Mar 26, 2014
1 parent 18acc6d commit 40189b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/nouveau/nouveau_drm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 40189b0

Please sign in to comment.