mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
lib: drop return value from igt_drop_caches
No one actually cares, everyone expects it to just work. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -294,7 +294,7 @@ static void do_forked_test(int fd, unsigned flags)
|
||||
igt_fork_helper(&thrasher) {
|
||||
while (1) {
|
||||
usleep(1000);
|
||||
do_or_die(igt_drop_caches_set(val));
|
||||
igt_drop_caches_set(val);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -289,7 +289,7 @@ static void do_forked_test(int fd, unsigned flags)
|
||||
igt_fork_helper(&thrasher) {
|
||||
while (1) {
|
||||
usleep(1000);
|
||||
do_or_die(igt_drop_caches_set(val));
|
||||
igt_drop_caches_set(val);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user