mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 22:10:15 +01:00
Add newline to debug output for output add
This commit is contained in:
parent
61a81a043c
commit
256a96135e
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ int drm_sysfs_output_add(struct drm_output *output)
|
||||||
output->kdev.class = drm_class;
|
output->kdev.class = drm_class;
|
||||||
output->kdev.release = drm_sysfs_device_release;
|
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",
|
snprintf(output->kdev.bus_id, BUS_ID_SIZE, "card%d-%s",
|
||||||
dev->primary->index, drm_get_output_name(output));
|
dev->primary->index, drm_get_output_name(output));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue