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:
Daniel Vetter
2013-11-04 18:11:29 +01:00
parent 5f0ab94c3f
commit af9d1b5cdb
4 changed files with 8 additions and 14 deletions
+1 -1
View File
@@ -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);
}
}
}