On Sat, 24 Jul 2010 18:29:35 +0100, Chris Wilson <ch...@chris-wilson.co.uk> 
wrote:
> Signed-off-by: Chris Wilson <ch...@chris-wilson.co.uk>
> @@ -323,7 +358,9 @@ int drm_setversion(struct drm_device *dev, void *data, 
> struct drm_file *file_pri
>                       /*
>                        * Version 1.1 includes tying of DRM to specific device
>                        */
> -                     drm_set_busid(dev, file_priv);
> +                     retcode = drm_set_busid(dev, file_priv);
> +                     if (retcode)
> +                             goto done;

And actually returning the error code is breaking xorg 1.8.99...
Hmm.

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to