mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-06 02:24:14 +08:00
741043b02c
As reported by gcc: drivers/media/test-drivers/vidtv/vidtv_demod.c: In function 'vidtv_demod_set_frontend': drivers/media/test-drivers/vidtv/vidtv_demod.c:265:42: warning: variable 'cnr2qual' set but not used [-Wunused-but-set-variable] 265 | const struct vidtv_demod_cnr_to_qual_s *cnr2qual = NULL; | ^~~~~~~~ It turns that the var is not needed at all. So, just drop it. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
vidtv_bridge.c | ||
vidtv_bridge.h | ||
vidtv_channel.c | ||
vidtv_channel.h | ||
vidtv_common.c | ||
vidtv_common.h | ||
vidtv_demod.c | ||
vidtv_demod.h | ||
vidtv_encoder.h | ||
vidtv_mux.c | ||
vidtv_mux.h | ||
vidtv_pes.c | ||
vidtv_pes.h | ||
vidtv_psi.c | ||
vidtv_psi.h | ||
vidtv_s302m.c | ||
vidtv_s302m.h | ||
vidtv_ts.c | ||
vidtv_ts.h | ||
vidtv_tuner.c | ||
vidtv_tuner.h |