From: Mauro Carvalho Chehab Date: Mon, 26 Dec 2011 20:48:33 +0000 (-0300) Subject: [media] dvb-core: Don't pass DVBv3 parameters on tune() fops X-Git-Tag: v3.3-rc1~48^2~224 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e0722215a510921cbb73ab4c37477d4dcb91bf8;p=pandora-kernel.git [media] dvb-core: Don't pass DVBv3 parameters on tune() fops As all parameters are passed via DVBv5 to the frontends, there's no need to pass them again via fops. Also, most drivers weren't using it anyway. So, instead, just pass a parameter to indicate if the hardware algorithm wants the driver to re-tune or not. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed