From: Gianluca Gennari Date: Sun, 2 Jun 2013 17:30:09 +0000 (-0300) Subject: [media] r820t: remove redundant initializations in r820t_attach() X-Git-Tag: v3.11-rc1~17^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2e324d70defce7ffc4668085dc3c8ae580074e5;p=pandora-kernel.git [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 Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed