commit | 736781584931f4069c5a9f09af50490c70bd26a7 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Tue May 22 07:33:13 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Mon May 28 16:25:25 2018 -0400 |
tree | 1427cdb4b75617d8f2d01b217463b5cd9f6fd3e8 | |
parent | 4ba610c8dc1414562b39db68d16a9d8b326c7ee0 [diff] |
media: cec: fix wrong tx/rx_status values when canceling a msg When a message was canceled it could return tx_status with both OK and MAX_RETRIES set, which is illegal. If a canceled message was waiting for a reply, then rx_status wasn't updated, so set that as well. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>