linux/drivers/media/dvb-frontends/cxd2880
Mauro Carvalho Chehab 8239bac18a media: cxd2880: remove unused vars
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c: In function ‘cxd2880_set_ber_per_period_t’:
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c:677:34: warning: variable ‘c’ set but not used [-Wunused-but-set-variable]
  struct dtv_frontend_properties *c;
                                  ^
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c: In function ‘cxd2880_set_ber_per_period_t2’:
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c:790:34: warning: variable ‘c’ set but not used [-Wunused-but-set-variable]
  struct dtv_frontend_properties *c;
                                  ^
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c: In function ‘cxd2880_get_frontend’:
drivers/media/dvb-frontends/cxd2880/cxd2880_top.c:1799:23: warning: variable ‘priv’ set but not used [-Wunused-but-set-variable]
  struct cxd2880_priv *priv = NULL;
                       ^~~~

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2018-03-07 05:12:59 -05:00
..
Kconfig media: cxd2880: Add all Makefile, Kconfig files and Update MAINTAINERS file for the driver 2018-03-07 05:02:57 -05:00
Makefile media: cxd2880: Makefile: remove an include 2018-03-07 05:03:03 -05:00
cxd2880.h
cxd2880_common.c
cxd2880_common.h
cxd2880_devio_spi.c media: cxd2880: don't return unitialized values 2018-03-07 05:09:30 -05:00
cxd2880_devio_spi.h
cxd2880_dtv.h media: cxd2880: Add tuner part of the driver 2018-03-07 04:40:59 -05:00
cxd2880_dvbt.h media: cxd2880: Add DVB-T control functions the driver 2018-03-07 04:42:09 -05:00
cxd2880_dvbt2.h media: cxd2880: Add DVB-T2 control functions for the driver 2018-03-07 04:43:00 -05:00
cxd2880_integ.c media: cxd2880: Add integration layer for the driver 2018-03-07 04:41:21 -05:00
cxd2880_integ.h media: cxd2880: Add integration layer for the driver 2018-03-07 04:41:21 -05:00
cxd2880_io.c
cxd2880_io.h
cxd2880_spi.h
cxd2880_spi_device.c
cxd2880_spi_device.h
cxd2880_tnrdmd.c media: cxd2880: don't return unitialized values 2018-03-07 05:09:30 -05:00
cxd2880_tnrdmd.h media: cxd2880: Add tuner part of the driver 2018-03-07 04:40:59 -05:00
cxd2880_tnrdmd_driver_version.h media: cxd2880: Add tuner part of the driver 2018-03-07 04:40:59 -05:00
cxd2880_tnrdmd_dvbt.c media: cxd2880: Fix location of DVB headers 2018-03-07 05:02:37 -05:00
cxd2880_tnrdmd_dvbt.h media: cxd2880: Add DVB-T control functions the driver 2018-03-07 04:42:09 -05:00
cxd2880_tnrdmd_dvbt2.c media: cxd2880: Fix location of DVB headers 2018-03-07 05:02:37 -05:00
cxd2880_tnrdmd_dvbt2.h media: cxd2880: Add DVB-T2 control functions for the driver 2018-03-07 04:43:00 -05:00
cxd2880_tnrdmd_dvbt2_mon.c media: cxd2880: Fix location of DVB headers 2018-03-07 05:02:37 -05:00
cxd2880_tnrdmd_dvbt2_mon.h media: cxd2880: Add DVB-T2 monitor functions 2018-03-07 04:43:32 -05:00
cxd2880_tnrdmd_dvbt_mon.c media: cxd2880: Fix location of DVB headers 2018-03-07 05:02:37 -05:00
cxd2880_tnrdmd_dvbt_mon.h media: cxd2880: Add DVB-T monitor functions 2018-03-07 04:42:32 -05:00
cxd2880_tnrdmd_mon.c media: cxd2880: Add tuner part of the driver 2018-03-07 04:40:59 -05:00
cxd2880_tnrdmd_mon.h media: cxd2880: Add tuner part of the driver 2018-03-07 04:40:59 -05:00
cxd2880_top.c media: cxd2880: remove unused vars 2018-03-07 05:12:59 -05:00