diff options
author | Nini Song <nini.song@mediatek.com> | 2024-01-25 14:28:45 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-02-05 12:57:44 +0100 |
commit | ce5d241c3ad4568c12842168288993234345c0eb (patch) | |
tree | 824ad1036f6f68b3d533a6ae31b0c03aa4a287db /drivers/media/i2c | |
parent | media: v4l2-ctrls: show all owned controls in log_status (diff) | |
download | linux-ce5d241c3ad4568c12842168288993234345c0eb.tar.xz linux-ce5d241c3ad4568c12842168288993234345c0eb.zip |
media: cec: core: remove length check of Timer Status
The valid_la is used to check the length requirements,
including special cases of Timer Status. If the length is
shorter than 5, that means no Duration Available is returned,
the message will be forced to be invalid.
However, the description of Duration Available in the spec
is that this parameter may be returned when these cases, or
that it can be optionally return when these cases. The key
words in the spec description are flexible choices.
Remove the special length check of Timer Status to fit the
spec which is not compulsory about that.
Signed-off-by: Nini Song <nini.song@mediatek.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'drivers/media/i2c')
0 files changed, 0 insertions, 0 deletions