]> git.baikalelectronics.ru Git - kernel.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)
commit84a2e8144eda2c52a8d59ebcf51ecd44c39a96f1
treeead6478080bd82d69896c221dff8d9da8cfa30fc
parent2d53d6a307466db804adbe406b5cb0340fb45271
[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