From: Mauro Carvalho Chehab Date: Mon, 26 Dec 2011 21:03:12 +0000 (-0300) Subject: [media] dvb: don't pass a DVBv3 parameter for search() fops X-Git-Tag: v3.3-rc1~48^2~223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41da5320df6decec7efce0d936ccadfa9deb49d1;p=pandora-kernel.git [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 --- Reading git-diff-tree failed