tree 7a7ce0c0f8442158f43974b68968f1b53f3598ad parent 599f6899051cb70c4e0aa9fd591b9ee220cb6f14 author Hans Verkuil 1723108158 +0200 committer Mauro Carvalho Chehab 1723123443 +0200 media: cec: cec-adap.c: improve CEC_MSG_FL_REPLY_VENDOR_ID check The new CEC_MSG_FL_REPLY_VENDOR_ID flag only makes sense in combination with CEC_MSG_VENDOR_COMMAND_WITH_ID. So rather than reporting an error if that flag is set with another command, just clear the flag instead. Only keep the message length check, since otherwise the flag would not make sense. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab