linux/drivers/media
Bhumika Goyal 713be96a89 [media] pci: mantis: constify mb86a16_config structure
Declare mb86a16_config structure as const as it is either passed as
an argument to the function dvb_attach or is dereferenced. dvb_attach
calls its first argument on the rest of its arguments. The first argument
of dvb_attach in the changed case is mb86a16_attach and the parameter of
this function to which the object reference is passed is of type
const. So, mb86a16_config structures having this property can be made
const.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-04-17 12:53:03 -03:00
..
cec [media] cec: fix confusing CEC_CAP_RC and IS_REACHABLE(CONFIG_RC_CORE) code 2017-04-10 13:15:29 -03:00
common [media] b2c2: constify nxt200x_config structure 2017-04-17 12:18:18 -03:00
dvb-core [media] dvb_frontend: add kernel-doc tag for a missing parameter 2017-04-05 15:35:18 -03:00
dvb-frontends [media] mn88472: implement PER statistics 2017-04-10 12:44:26 -03:00
firewire
i2c [media] media: i2c: Add support for OV5647 sensor 2017-04-14 23:02:15 -03:00
mmc
pci [media] pci: mantis: constify mb86a16_config structure 2017-04-17 12:53:03 -03:00
platform [media] drivers/media: Convert remaining use of pr_warning to pr_warn 2017-04-17 10:39:59 -03:00
radio [media] wl128x: use setup_timer 2017-04-10 14:56:37 -03:00
rc [media] imon: use setup_timer 2017-04-10 14:56:57 -03:00
spi
tuners [media] si2157: Add support for Si2141-A10 2017-04-14 22:27:47 -03:00
usb [media] dvb-usb-dibusb-mc-common: Add MODULE_LICENSE 2017-04-17 12:11:13 -03:00
v4l2-core [media] v4l2-ctrls.c: set V4L2_CTRL_FLAG_MODIFY_LAYOUT for ROTATE 2017-04-14 22:54:35 -03:00
cec-edid.c
cec-notifier.c [media] media: add CEC notifier support 2017-04-10 12:48:28 -03:00
Kconfig [media] media: add CEC notifier support 2017-04-10 12:48:28 -03:00
Makefile [media] media: add CEC notifier support 2017-04-10 12:48:28 -03:00
media-device.c
media-devnode.c
media-entity.c