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:
7e07222
)
[media] dvb: don't pass a DVBv3 parameter for search() fops
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 26 Dec 2011 21:03:12 +0000
(18:03 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sat, 31 Dec 2011 12:16:32 +0000
(10:16 -0200)
Just like the other DVB algorithms, drivers should use the DVBv5
way to retrieve parameters: via the cache struct.
Actually, several drivers were partially using the DVBv3 struct
and partially using the DVBv5 way, with is confusing and may
lead into troubles.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found