This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: cec-ctl: improve 'Sleep' message in stress test Author: Hans Verkuil <[email protected]> Date: Mon Jun 7 13:20:09 2021 +0200 When sleeping before Image View On or Standby, clarify before which message the Sleep comes. This makes it easier to grep for a sleep for Standby or a sleep for Image View On. Signed-off-by: Hans Verkuil <[email protected]> utils/cec-ctl/cec-ctl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=524ff54731e9754cc6f4a0b279b328c6034ab1bf diff --git a/utils/cec-ctl/cec-ctl.cpp b/utils/cec-ctl/cec-ctl.cpp index 8e08a5772f69..7f62b3d28ee6 100644 --- a/utils/cec-ctl/cec-ctl.cpp +++ b/utils/cec-ctl/cec-ctl.cpp @@ -1557,7 +1557,7 @@ static void stress_test_power_cycle(const struct node &node, unsigned cnt, iter++; if (usecs1) - printf("%s: Sleep %.2fs\n", ts2s(current_ts()).c_str(), + printf("%s: Sleep %.2fs before Image View On\n", ts2s(current_ts()).c_str(), usecs1 / 1000000.0); fflush(stdout); usleep(usecs1); @@ -1647,7 +1647,7 @@ static void stress_test_power_cycle(const struct node &node, unsigned cnt, break; if (usecs2) - printf("%s: Sleep %.2fs\n", ts2s(current_ts()).c_str(), + printf("%s: Sleep %.2fs before Standby\n", ts2s(current_ts()).c_str(), usecs2 / 1000000.0); fflush(stdout); usleep(usecs2); _______________________________________________ linuxtv-commits mailing list [email protected] https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
