]> git.baikalelectronics.ru Git - kernel.git/commit
[media] dvb: get rid of fepriv->parameters_in
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 1 Jan 2012 19:11:16 +0000 (16:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 4 Jan 2012 19:30:02 +0000 (17:30 -0200)
commitd6d0dc4fba05f0447c3d3280ca318a30fd7c18be
tree86c37c31e9fd196e0ffb83f83e7cdc8fc5fc14d6
parent22af1e9a2423fd7b98c18f3878641a512cd71d64
[media] dvb: get rid of fepriv->parameters_in

This var were used during DVBv3 times, in order to keep a copy
of the parameters used by the events. This is not needed anymore,
as the parameters are now dynamically generated from the DVBv5
structure.

So, just get rid of it. That means that a DVBv5 pure call won't
use anymore any DVBv3 parameters.

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