mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 21:02:59 +00:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user