summary refs log tree commit diff
path: root/Documentation/riscv
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2023-04-24 16:07:28 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-06-28 11:12:35 +0200
commita05df0643120adb7c4ee3cc01e40836fa31b1a9f (patch)
tree4346ab5adeae9ca0e98cd3e8adbb2d776c5ad9e4 /Documentation/riscv
parentf37956a140d10efc07a303b5b043b422b93cc47e (diff)
downloadlinux-a05df0643120adb7c4ee3cc01e40836fa31b1a9f.tar.gz
media: cec: core: don't set last_initiator if tx in progress
[ Upstream commit 73af6c7511038249cad3d5f3b44bf8d78ac0f499 ]

When a message was received the last_initiator is set to 0xff.
This will force the signal free time for the next transmit
to that for a new initiator. However, if a new transmit is
already in progress, then don't set last_initiator, since
that's the initiator of the current transmit. Overwriting
this would cause the signal free time of a following transmit
to be that of the new initiator instead of a next transmit.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'Documentation/riscv')
0 files changed, 0 insertions, 0 deletions