lib: make igt_debugfs_open infallible

(Almost) no one cared anyway.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2014-03-12 19:00:48 +01:00
parent 096bb851f6
commit 803d07b2ff
3 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -1041,7 +1041,7 @@ igt_main
"Kernel is too old, or contexts not supported: %s\n",
strerror(errno));
assert(igt_debugfs_init(&dfs) == 0);
igt_debugfs_init(&dfs);
}
igt_subtest("params")