mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
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:
+1
-2
@@ -209,8 +209,7 @@ igt_simple_main
|
||||
|
||||
fd = drm_open_any();
|
||||
|
||||
if (!test_can_pin(fd))
|
||||
return 77;
|
||||
igt_require(test_can_pin(fd));
|
||||
|
||||
handle = malloc(sizeof(uint32_t)*100);
|
||||
offset = malloc(sizeof(uint32_t)*100);
|
||||
|
||||
Reference in New Issue
Block a user