]> git.baikalelectronics.ru Git - kernel.git/commit
[media] dvb: don't pass a DVBv3 parameter for search() fops
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 26 Dec 2011 21:03:12 +0000 (18:03 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 31 Dec 2011 12:16:32 +0000 (10:16 -0200)
commita349fc6fabd3d122d0db0ea84af40ff388ed83df
treef7c1e8c879909d7c283a9c76441e76d7a478f4f1
parentb2879ed04de4fb509288a3c2bad9897227d23bb2
[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>
drivers/media/dvb/dvb-core/dvb_frontend.c
drivers/media/dvb/dvb-core/dvb_frontend.h
drivers/media/dvb/frontends/cxd2820r_core.c
drivers/media/dvb/frontends/mb86a16.c
drivers/media/dvb/frontends/stb0899_drv.c
drivers/media/dvb/frontends/stv0900_core.c
drivers/media/dvb/frontends/stv090x.c