Add newline to debug output for output add

main
Jesse Barnes 2008-04-09 14:06:36 -07:00
parent 61a81a043c
commit 256a96135e
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ int drm_sysfs_output_add(struct drm_output *output)
output->kdev.class = drm_class;
output->kdev.release = drm_sysfs_device_release;
DRM_DEBUG("adding \"%s\" to sysfs", drm_get_output_name(output));
DRM_DEBUG("adding \"%s\" to sysfs\n", drm_get_output_name(output));
snprintf(output->kdev.bus_id, BUS_ID_SIZE, "card%d-%s",
dev->primary->index, drm_get_output_name(output));