commit | 249fa0b01c82f497efa15cb98081183e8938985f | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Dec 24 12:03:05 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Dec 31 08:52:22 2011 -0200 |
tree | 74339d23b7581f8a3a00d1586cf632b802fb87cf | |
parent | 1466194db5f83ade16e3b0bae7e57132d7692ea2 [diff] |
[media] dvb: remove dvb_frontend_parameters from calc_regs() The calc_regs() callback is used by a few frontends (mt352, nxt200x, digitv and zl10353). On all places it is called, the parameters are set by DVBv5 way. So, just use the DVBv5 struct and remove the extra parameter. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>