alistair23-linux/drivers/media/common/b2c2
Bhumika Goyal c5db7475a8 [media] b2c2: constify nxt200x_config structure
Declare nxt200x_config structure as const as it is only passed as
an argument to the function dvb_attach. dvb_attach calls its first
argument on the rest of its arguments. The first argument of
dvb_attach in the changed case is nxt200x_attach and the parameter of
this function to which the object reference is passed is of type
const. So, nxt200x_config structures having this property can be made
const.

File size before:
   text	   data	    bss	    dec	    hex	filename
   7566	    568	      0	   8134	   1fc6	common/b2c2/flexcop-fe-tuner.o

File size after:
   text	   data	    bss	    dec	    hex	filename
   7582	    536	      0	   8118	   1fb6	common/b2c2/flexcop-fe-tuner.o

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-04-17 12:18:18 -03:00
..
flexcop-common.h [media] dvb-core: move dvb_filter out of the DVB core 2016-10-21 08:44:08 -02:00
flexcop-eeprom.c [media] b2c2: don't break long lines 2016-10-21 08:51:32 -02:00
flexcop-fe-tuner.c [media] b2c2: constify nxt200x_config structure 2017-04-17 12:18:18 -03:00
flexcop-hw-filter.c [media] b2c2: Add option to skip the first 6 pid filters 2015-06-09 20:57:56 -03:00
flexcop-i2c.c [media] b2c2: don't break long lines 2016-10-21 08:51:32 -02:00
flexcop-misc.c [media] b2c2: don't break long lines 2016-10-21 08:51:32 -02:00
flexcop-reg.h [media] Add support for TechniSat Skystar S2 2015-05-18 16:31:35 -03:00
flexcop-sram.c [media] media: Remove unnecessary semicolons 2013-10-17 05:51:57 -03:00
flexcop.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
flexcop.h [media] drivers: media: b2c2: flexcop.h: Fix typo in include guard 2014-09-21 20:11:54 -03:00
flexcop_ibi_value_be.h
flexcop_ibi_value_le.h
Kconfig [media] Add support for TechniSat Skystar S2 2015-05-18 16:31:35 -03:00
Makefile [media] Fix some Makefile rules 2012-08-16 19:55:03 -03:00