]> git.karo-electronics.de Git - linux-beck.git/commit
[media] cec: move cec_report_phys_addr into cec_config_thread_func
authorHans Verkuil <hansverk@cisco.com>
Fri, 9 Dec 2016 13:48:34 +0000 (11:48 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 21 Dec 2016 09:02:36 +0000 (07:02 -0200)
commitd3d64bc7408f1ff0b0ff8354056e2a48eda5886d
treebf39c7f687b9706ac4064368184ac8c19cbae04c
parent52bc30fda9622f492427d484bd4dd8ee42cc4667
[media] cec: move cec_report_phys_addr into cec_config_thread_func

It's only a small function and this makes it easier to switch to
transmitting the message with adap->lock held in the next patch.

Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/cec/cec-adap.c