提交 40189b0c 编写于 作者: A Alexandre Courbot 提交者: Ben Skeggs

drm/nouveau: fix missing newline

Add a missing newline at the end of a DRM_INFO message.
Signed-off-by: NAlexandre Courbot <acourbot@nvidia.com>
Reviewed-by: NThierry Reding <treding@nvidia.com>
Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 18acc6d8
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册