]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
[media] dvb: move dvb_set_frontend logic into a separate routine
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 1 Jan 2012 19:11:12 +0000 (16:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 4 Jan 2012 19:29:17 +0000 (17:29 -0200)
commit9682cea27e9ce7ede8e5c608900a52edaeb57a6b
treeead6478080bd82d69896c221dff8d9da8cfa30fc
parent9a27e6a0b70966ee141c8f576cc4836d5001d44f
[media] dvb: move dvb_set_frontend logic into a separate routine

This change is there in order to prepare the code to avoid calling
 dvb_frontend_ioctl_legacy() from FE_SET_PROPERTY.

A call to dvb_frontend_ioctl_legacy() would require to update the
DVBv3 cache without need, mangling calls for newer delivery system
without any reason.

No functional changes here.

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