From: Mauro Carvalho Chehab Date: Sun, 1 Jan 2012 19:11:12 +0000 (-0300) Subject: [media] dvb: move dvb_set_frontend logic into a separate routine X-Git-Tag: v3.3-rc1~48^2~206 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9682cea27e9ce7ede8e5c608900a52edaeb57a6b;p=pandora-kernel.git [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 --- Reading git-diff-tree failed