Re: [Intel-gfx] [PATCH 5/5] xvmc: Stop using uninitialized variable.

2011-01-31 Thread Chris Wilson
Trival fix to 3/5 applied (hope you don't mind taking the credit/blame ;-) and pushed. Thanks, -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/l

[Intel-gfx] [PATCH 5/5] xvmc: Stop using uninitialized variable.

2011-01-30 Thread Cyril Brulebois
The actual code was removed in 5f64122551, where the get_surface_status driver callback was dropped. Just return Success if there were no issues with the parameter. Get rid of the following with CFLAGS="-Wall -Werror": | CC intel_xvmc.lo | cc1: warnings being treated as errors | intel_xvmc.c