Signed-off-by: Chris Wilson <[email protected]>
---
tests/gem_eio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/gem_eio.c b/tests/gem_eio.c
index 3c826626..15120842 100644
--- a/tests/gem_eio.c
+++ b/tests/gem_eio.c
@@ -53,7 +53,7 @@ static bool i915_reset_control(bool enable)
fd = open(path, O_RDWR);
igt_require(fd >= 0);
- ret = write(fd, &"NY"[enable], 1) == 1;
+ ret = write(fd, &"01"[enable], 1) == 1;
close(fd);
return ret;
--
2.13.3
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx