diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2019-12-11 19:22:27 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2019-12-16 14:02:35 +0300 |
commit | b36910e078428aa499b41efd3c6b36a182649343 (patch) | |
tree | ac6ee86aca52aee3c99ef1fcec52e032954af661 /include/linux/bpf_lirc.h | |
parent | b7d0567f552a46c965d9cc30d5f7afa73a88450a (diff) | |
download | linux-b36910e078428aa499b41efd3c6b36a182649343.tar.xz |
media: pulse8-cec: move the transmit to a workqueue
Instead of adap_transmit waiting until the full message
is transmitted (and thus hoarding the adap->lock mutex), have it
kick off a transmit workqueue. This prevents adap->lock from
being locked for a very long time.
Also skip FAILED_ACK reports for broadcast messages: this makes
no sense, and it seems a spurious message coming from the
Pulse-Eight, since some time later I see the SUCCEEDED message.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'include/linux/bpf_lirc.h')
0 files changed, 0 insertions, 0 deletions