summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-22 15:42:14 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-23 09:43:27 +0300
commitebfe02d5cd4e04d0df471669190e4feb1e2e493c (patch)
tree506ac8ba7214c0476127a6ce6e677f6693a25f3f /tests
parent6d13ebbb8b9854713a5597df71a12f8dd9a36c34 (diff)
Cleanup AtomicReq::commit
Diffstat (limited to 'tests')
-rw-r--r--tests/kmscapture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kmscapture.cpp b/tests/kmscapture.cpp
index ff62678..ee700b7 100644
--- a/tests/kmscapture.cpp
+++ b/tests/kmscapture.cpp
@@ -427,7 +427,7 @@ int main(int argc, char** argv)
r = req.test();
FAIL_IF(r, "Atomic commit failed: %d", r);
- req.commit();
+ req.commit_sync();
}
for (auto cam : cameras)