tests: fixup igt_simple_main fallout

Oops, I should look at compilier warnings a bit better.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2014-01-10 09:21:15 +01:00
parent 7775fca2df
commit cb9e8376fa
5 changed files with 7 additions and 14 deletions
+1 -2
View File
@@ -143,8 +143,7 @@ igt_simple_main
gem_exec[n].handle = gem_create(fd, 4096);
gem_write(fd, gem_exec[n].handle, 0, batch, sizeof(batch));
if (exec(fd, 1, 0, USE_LUT))
return 77;
igt_skip_on(exec(fd, 1, 0, USE_LUT));
for (p = pass; p->name != NULL; p++) {
for (n = 1; n <= MAX_NUM_EXEC; n *= 2) {