git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1e9a65
)
[media] dvb: simplify get_tune_settings() struct
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 26 Dec 2011 19:59:09 +0000
(16:59 -0300)
committer
Mauro 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