]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] cec: replace cec_report_features by cec_fill_msg_report_features
authorHans Verkuil <hansverk@cisco.com>
Fri, 9 Dec 2016 13:36:03 +0000 (11:36 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 21 Dec 2016 09:01:59 +0000 (07:01 -0200)
commit52bc30fda9622f492427d484bd4dd8ee42cc4667
treefb226c6cd7d9733cd2b55bd7786f04936cdf9e75
parent7af26f889eb67db272021a939f7d4a57e96dd961
[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>
drivers/media/cec/cec-adap.c