commit | c94cdc1e0c3589856de9d4ecafeeffdb349a8e0b | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Wed Jun 07 11:46:10 2017 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Tue Jun 20 06:52:33 2017 -0300 |
tree | ca1b349082b02d9284872d81f51d21858908b657 | |
parent | 135327899d2874f2b65b3a3626b37d87df9e6a05 [diff] |
[media] cec: add cec_transmit_attempt_done helper function A simpler variant of cec_transmit_done to be used where the HW does just a single attempt at a transmit. So if the status indicates an error, then the corresponding error count will always be 1 and this function figures that out based on the status argument. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>