commit | e2e324d70defce7ffc4668085dc3c8ae580074e5 | [log] [tgz] |
---|---|---|
author | Gianluca Gennari <gennarone@gmail.com> | Sun Jun 02 14:30:09 2013 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Jun 19 11:07:18 2013 -0300 |
tree | 006d720273127a08df712a25534441176af87122 | |
parent | c2efd3e6e04942aa8206ca26c855eabf67cfdbc0 [diff] |
[media] r820t: remove redundant initializations in r820t_attach() fe->tuner_priv and fe->ops.tuner_ops are initialized twice in r820t_attach(). Remove the redundant initializations and also move fe->ops.tuner_ops initialization outside of the mutex lock (as in the xc4000 tuner code for example). Signed-off-by: Gianluca Gennari <gennarone@gmail.com> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>