commit | 52bc30fda9622f492427d484bd4dd8ee42cc4667 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hansverk@cisco.com> | Fri Dec 09 11:36:03 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Dec 21 07:01:59 2016 -0200 |
tree | fb226c6cd7d9733cd2b55bd7786f04936cdf9e75 | |
parent | 7af26f889eb67db272021a939f7d4a57e96dd961 [diff] |
[media] cec: replace cec_report_features by cec_fill_msg_report_features The fill function just fills in the cec_msg struct, it doesn't transmit the message. This is now done explicitly. This makes it possible to switch to transmitting this message with adap->lock held. Signed-off-by: Hans Verkuil <hansverk@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>