]> git.baikalelectronics.ru Git - kernel.git/commit
[media] dvb_frontend: add props argument to dtv_get_frontend()
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 4 Feb 2016 11:45:14 +0000 (09:45 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 4 Feb 2016 11:45:14 +0000 (09:45 -0200)
commit7c6580331badc21a65c47b799c3d5aa217cadd46
tree6b8d4e0e7ebee22e0fd584c5ed4de6fef9a25a98
parented3ef7d2c60931fd51f28a76da8b8df55cadad10
[media] dvb_frontend: add props argument to dtv_get_frontend()

Instead of implicitly using the DTV cache properties at
dtv_get_frontend(), pass it as an additional argument.

This patch prepares to use a separate cache for G_PROPERTY,
in order to avoid it to mangle with the DVB thread
zigzag logic.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-core/dvb_frontend.c