On Wed, Jun 25, 2014 at 9:55 AM, Thierry Reding
<[email protected]> wrote:
> From: Thierry Reding <[email protected]>
>
> While at it also replace a tab by four spaces for consistency.
>
> Reviewed-by: Aaron Plattner <[email protected]>
> Tested-By: Aaron Plattner <[email protected]>
> Signed-off-by: Thierry Reding <[email protected]>

Reviewed-by: Rob Clark <[email protected]>
Tested-by: Rob Clark <[email protected]>

> ---
>  hw/xfree86/os-support/linux/lnx_platform.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/hw/xfree86/os-support/linux/lnx_platform.c 
> b/hw/xfree86/os-support/linux/lnx_platform.c
> index 0aaedab216ca..d660761c5824 100644
> --- a/hw/xfree86/os-support/linux/lnx_platform.c
> +++ b/hw/xfree86/os-support/linux/lnx_platform.c
> @@ -58,8 +58,9 @@ get_drm_info(struct OdevAttributes *attribs, char *path, 
> int delayed_index)
>
>      err = drmSetInterfaceVersion(fd, &sv);
>      if (err) {
> -        ErrorF("setversion 1.4 failed: %s\n", strerror(-err));
> -       goto out;
> +        xf86Msg(X_ERROR, "%s: failed to set DRM interface version 1.4: %s\n",
> +                path, strerror(-err));
> +        goto out;
>      }
>
>      /* for a delayed probe we've already added the device */
> --
> 2.0.0
>
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to