mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +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:
+1
-1
@@ -36,7 +36,7 @@ typedef struct {
|
||||
char dri_path[128];
|
||||
} igt_debugfs_t;
|
||||
|
||||
int igt_debugfs_init(igt_debugfs_t *debugfs);
|
||||
void igt_debugfs_init(igt_debugfs_t *debugfs);
|
||||
int igt_debugfs_open(igt_debugfs_t *debugfs, const char *filename, int mode);
|
||||
FILE *igt_debugfs_fopen(igt_debugfs_t *debugfs, const char *filename,
|
||||
const char *mode);
|
||||
|
||||
Reference in New Issue
Block a user