name='generator' content='cgit v1.2.3-54-g00ecf'/>
summaryrefslogtreecommitdiff
path: root/net/wireless/wext-spy.c
n value='1'>ignore
AgeCommit message (Expand)AuthorFilesLines
mode:
authorHans Verkuil <hansverk@cisco.com>2016-12-09 11:36:03 -0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-12-21 07:01:59 -0200
commit52bc30fda9622f492427d484bd4dd8ee42cc4667 (patch)
treefb226c6cd7d9733cd2b55bd7786f04936cdf9e75
parent7af26f889eb67db272021a939f7d4a57e96dd961 (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>
Diffstat
-rw-r--r--drivers/media/cec/cec-adap.c48
1 files changed, 26 insertions, 22 deletions
diff --git a/drivers/media/cec/cec-adap.c b/drivers/media/cec/cec-adap.c