media: cec-adap.c: log when claiming LA fails unexpectedly
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Fri, 13 May 2022 07:54:43 +0000 (08:54 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 20 Jun 2022 09:30:30 +0000 (10:30 +0100)
commit691c3db0dc7616b3cc4ff0f52f956c9afa71b1cd
tree1eefda93d12d0ab23599e9155ed14d26ac59212f
parentb9629c550f01f9864fa644b2ba6dae9c9a2be98d
media: cec-adap.c: log when claiming LA fails unexpectedly

If there is a hardware problem such as someone pulling the CEC line low
continuously, then the POLL message will fail with an error other than
OK, NACK, ABORTED or TIMEOUT. Log the tx_status value in that case to
help debug this.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/cec/core/cec-adap.c