[PATCH libdrm 4/4] Consistently check the fd value

2015-07-15 Thread Thierry Reding
On Tue, Jul 14, 2015 at 03:10:05PM +0100, Emil Velikov wrote: > Follow the approach used through the rest of the project. > > Cc: Thierry Reding > Suggested-by: Thierry Reding > Signed-off-by: Emil Velikov > --- > intel/test_decode.c | 2 +- > tests/name_from_fd.c | 2 +- > 2 files changed, 2

[PATCH libdrm 4/4] Consistently check the fd value

2015-07-14 Thread Emil Velikov
Follow the approach used through the rest of the project. Cc: Thierry Reding Suggested-by: Thierry Reding Signed-off-by: Emil Velikov --- intel/test_decode.c | 2 +- tests/name_from_fd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/intel/test_decode.c b/intel/test_de