commit | 41da5320df6decec7efce0d936ccadfa9deb49d1 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Dec 26 18:03:12 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Dec 31 10:16:32 2011 -0200 |
tree | f7c1e8c879909d7c283a9c76441e76d7a478f4f1 | |
parent | 7e0722215a510921cbb73ab4c37477d4dcb91bf8 [diff] |
[media] dvb: don't pass a DVBv3 parameter for search() fops 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>