On Thu, May 19, 2016 at 01:51:08PM -0700, Mark Janes wrote:
> This trivial fix to error-handling corrects the sign of drm error
> codes before passing them to strerror.
>
> Identified by Coverity: CID1358581
Reviewed-by: Ben Widawsky
[snip]
___
mesa-d
This trivial fix to error-handling corrects the sign of drm error
codes before passing them to strerror.
Identified by Coverity: CID1358581
---
src/mesa/drivers/dri/i965/intel_screen.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/drivers/dri/i965/intel_screen.c
b/