]> 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)
commit39aa69a936b89170953033e99d22a8231418d1b7
tree86c37c31e9fd196e0ffb83f83e7cdc8fc5fc14d6
parentac7526e3f8d3397685be7c88e62b65ddd700d4ee
[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