diff options
author | 2024-04-30 11:13:47 +0100 | |
---|---|---|
committer | 2024-05-02 19:01:00 +0100 | |
commit | cbe499977bc36fedae89f0a0d7deb4ccde9798fe (patch) | |
tree | d3559859279bed6b27143c880583279713c1080c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | media: cec: core: avoid recursive cec_claim_log_addrs (diff) | |
download | wireguard-linux-cbe499977bc36fedae89f0a0d7deb4ccde9798fe.tar.xz wireguard-linux-cbe499977bc36fedae89f0a0d7deb4ccde9798fe.zip |
media: cec: core: avoid confusing "transmit timed out" message
If, when waiting for a transmit to finish, the wait is interrupted,
then you might get a "transmit timed out" message, even though the
transmit was interrupted and did not actually time out.
Set transmit_in_progress_aborted to true if the
wait_for_completion_killable() call was interrupted and ensure
that the transmit is properly marked as ABORTED.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reported-by: Yang, Chenyuan <cy54@illinois.edu>
Closes: https://lore.kernel.org/linux-media/PH7PR11MB57688E64ADE4FE82E658D86DA09EA@PH7PR11MB5768.namprd11.prod.outlook.com/
Fixes: 590a8e564c6e ("media: cec: abort if the current transmit was canceled")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions