Searched hist:"7063 c1456fc0a6366f467f10e7a35178ecc881ad" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/media/tuners/ |
H A D | r820t.h | diff 7063c1456fc0a6366f467f10e7a35178ecc881ad Thu Apr 25 13:40:21 CDT 2013 Mauro Carvalho Chehab <mchehab@redhat.com> [media] r820t: Remove a warning for an unused value
Currently, the driver complains about the pre_detect var:
drivers/media/tuners/r820t.c: In function 'r820t_sysfreq_sel': drivers/media/tuners/r820t.c:722:31: warning: variable 'pre_dect' set but not used [-Wunused-but-set-variable]
While rtl8232 code comments it, perhaps some other driver may use. So, the better is to keep the code there, allowing to enable it via r820t config data.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | r820t.c | diff 7063c1456fc0a6366f467f10e7a35178ecc881ad Thu Apr 25 13:40:21 CDT 2013 Mauro Carvalho Chehab <mchehab@redhat.com> [media] r820t: Remove a warning for an unused value
Currently, the driver complains about the pre_detect var:
drivers/media/tuners/r820t.c: In function 'r820t_sysfreq_sel': drivers/media/tuners/r820t.c:722:31: warning: variable 'pre_dect' set but not used [-Wunused-but-set-variable]
While rtl8232 code comments it, perhaps some other driver may use. So, the better is to keep the code there, allowing to enable it via r820t config data.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|