Commit bbc97f95 authored by Shayenne da Luz Moura's avatar Shayenne da Luz Moura Committed by Daniel Vetter
Browse files

drm: Remove 80-column line in drm_mode_object.c

parent 45cf8756
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -38,7 +38,8 @@ int __drm_mode_object_add(struct drm_device *dev, struct drm_mode_object *obj,
	int ret;

	mutex_lock(&dev->mode_config.idr_mutex);
	ret = idr_alloc(&dev->mode_config.crtc_idr, register_obj ? obj : NULL, 1, 0, GFP_KERNEL);
	ret = idr_alloc(&dev->mode_config.crtc_idr, register_obj ? obj : NULL,
			1, 0, GFP_KERNEL);
	if (ret >= 0) {
		/*
		 * Set up the object linking under the protection of the idr