[media] cec: when canceling a message, don't overwrite old status info
authorHans Verkuil <hansverk@cisco.com>
Fri, 9 Dec 2016 13:14:32 +0000 (11:14 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 21 Dec 2016 08:59:57 +0000 (06:59 -0200)
commit120476123646ba3619c90db7bcbc6f8eea53c990
treec19c2b0daa2fba384c7c987b501d7da3cdf76f87
parentf3854973f196baad5be6b62d8f5ea24b0346b63f
[media] cec: when canceling a message, don't overwrite old status info

When a pending message was canceled (e.g. due to a timeout), then the
old tx_status info was overwritten instead of ORed. The same happened
with the tx_error_cnt field. So just modify them instead of overwriting
them.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/cec/cec-adap.c