From: Jesse Barnes Date: Wed, 9 Apr 2008 21:06:36 +0000 (-0700) Subject: Add newline to debug output for output add X-Git-Tag: android-x86-1.6~141^2~219^2~8 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=256a96135e6b48f5d3545896f7226edea8c70a0c;p=android-x86%2Fexternal-libdrm.git Add newline to debug output for output add --- diff --git a/linux-core/drm_sysfs.c b/linux-core/drm_sysfs.c index 427a2e54..ef73cc83 100644 --- a/linux-core/drm_sysfs.c +++ b/linux-core/drm_sysfs.c @@ -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));