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: s/warn/info/ for 'start bit: low time too short'
Author:  Hans Verkuil <hans.verk...@cisco.com>
Date:    Tue Mar 6 11:07:36 2018 +0100

If something went wrong (e.g. bit error) then the state machine
goes to idle and waits for a valid start bit.

Some transmitters just keep transmitting the byte or whole message
disregarding the error. While they do that the cec analyzer keeps
spitting out "warn: start bit: low time too short". This makes it
hard to find the original 'warn:' that caused this. So replace
'warn' with 'info' for this message.

Signed-off-by: Hans Verkuil <hans.verk...@cisco.com>

 utils/cec-ctl/cec-pin.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=e5b4618201309895277a046eb57dfa82aba6f063
diff --git a/utils/cec-ctl/cec-pin.cpp b/utils/cec-ctl/cec-pin.cpp
index b3416aa7cbe3..99f7fd1f33f7 100644
--- a/utils/cec-ctl/cec-pin.cpp
+++ b/utils/cec-ctl/cec-pin.cpp
@@ -163,7 +163,7 @@ static void cec_pin_rx_start_bit_was_low(__u64 ev_ts, __u64 
usecs, __u64 usecs_m
                return;
        }
        if (usecs < CEC_TIM_START_BIT_LOW_MIN - CEC_TIM_MARGIN && show)
-               printf("%s: warn: start bit: low time too short (%.2f < %.2f 
ms)\n",
+               printf("%s: info: start bit: low time too short (%.2f < %.2f 
ms)\n",
                        ts2s(ts).c_str(), usecs / 1000.0,
                        CEC_TIM_START_BIT_LOW_MIN / 1000.0);
        if (usecs_min < CEC_TIM_START_BIT_LOW_MIN - CEC_TIM_MARGIN * 6) {

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to