Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm-misc...
[sfrench/cifs-2.6.git] / drivers / gpu / drm / drm_mode_object.c
index be8b754eaf60c93b3a1d86cc2efc0929b9fef16e..cd9bc0ce9be07bfc3169ddf5596184f3991e5bc6 100644 (file)
@@ -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