OSDN Git Service

Add newline to debug output for output add
authorJesse Barnes <jbarnes@nietzche.virtuousgeek.org>
Wed, 9 Apr 2008 21:06:36 +0000 (14:06 -0700)
committerJesse Barnes <jbarnes@nietzche.virtuousgeek.org>
Wed, 9 Apr 2008 21:13:38 +0000 (14:13 -0700)
linux-core/drm_sysfs.c

index 427a2e5..ef73cc8 100644 (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));