[media] dvb: simplify get_tune_settings() struct
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 26 Dec 2011 19:59:09 +0000 (16:59 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 31 Dec 2011 12:04:45 +0000 (10:04 -0200)
In the past, dvb_frontent_parameters were passed inside the
struct where get_tuner_settings should store their result.

This is not needed anymore, as all parameters needed are stored
already at the fe property cache. So, use it, where needed.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found