projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18acc6d
)
drm/nouveau: fix missing newline
author
Alexandre Courbot
<acourbot@nvidia.com>
Mon, 24 Mar 2014 08:42:23 +0000
(17:42 +0900)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_drm.c
b/drivers/gpu/drm/nouveau/nouveau_drm.c
index 8f811a5f16e20452e17a4378253e4230c0367e9c..61ab94799660826fbea92f8bf09249687a63d747 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_drm.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_drm.c
@@
-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;
}