summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/drm/drm_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/drm_drv.c b/sys/dev/pci/drm/drm_drv.c
index 9b075fe0cf3..6405ad2b54f 100644
--- a/sys/dev/pci/drm/drm_drv.c
+++ b/sys/dev/pci/drm/drm_drv.c
@@ -98,7 +98,7 @@ int
drmprint(void *aux, const char *pnp)
{
if (pnp != NULL)
- printf("drm at %s\n", pnp);
+ printf("drm at %s", pnp);
return (UNCONF);
}