commit | 86e3577f11d0aa8a5d3c6199f9e3f23cdbd0c0ac | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Wed Jul 13 04:33:58 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Jul 15 13:10:43 2016 -0300 |
tree | f0f4ac148083adb9a6f1ffd03089aa3a760613eb | |
parent | 19e476c7b0b86cf7953fe1eaa01f90f8bd9d8ab7 [diff] |
[media] cec: don't zero reply and timeout on error There is really no reason to zero the reply and timeout fields if an error occurs. This is a left-over from earlier versions where that was used to signal errors, but this is now handled by the rx/tx_status fields. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>