linux/drivers/media
Arnd Bergmann 24095e7660 [media] msp3400: use IS_ENABLED check instead of #if
A recent patch broke the msp3400 driver when CONFIG_MEDIA_CONTROLLER
is not set:

drivers/media/i2c/msp3400-driver.h:107:5: error: "CONFIG_MEDIA_CONTROLLER" is not defined [-Werror=undef]

It was clearly a typo, and this patch changes the
"#if CONFIG_MEDIA_CONTROLLER" to a working IS_ENABLED() check.

Fixes: fb49328217 ("[media] msp3400: initialize MC data")

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2016-02-02 14:28:56 -02:00
..
common [media] b2c2: flexcop: avoid unused function warnings 2016-02-01 13:15:01 -02:00
dvb-core [media] dvb-frontend: Use boottime 2016-02-01 13:35:29 -02:00
dvb-frontends [media] dvb-frontend: Use boottime 2016-02-01 13:35:29 -02:00
firewire [media] dvb: modify core to implement interfaces/entities at MC new gen 2016-01-11 12:18:52 -02:00
i2c [media] msp3400: use IS_ENABLED check instead of #if 2016-02-02 14:28:56 -02:00
mmc [media] siano: register media controller earlier 2015-02-26 09:10:39 -03:00
pci [media] netup_unidvb: Remove a useless memset 2016-02-01 09:45:31 -02:00
platform [media] media: platform: exynos4-is: media-dev: Add missing of_node_put 2016-02-01 11:11:52 -02:00
radio [media] radio-si476x: add return value check to avoid dead code 2016-02-01 08:01:15 -02:00
rc [media] rc/nuvoton_cir: fix locking issue when calling nvt_disable_cir 2016-02-02 14:28:55 -02:00
tuners [media] si2157: cancel_delayed_work_sync before device removal / kfree 2016-02-01 09:41:38 -02:00
usb [media] usbvision: fix locking error 2016-02-02 14:28:56 -02:00
v4l2-core [media] v4l: remove MEDIA_TUNER dependency for VIDEO_TUNER 2016-02-01 13:16:33 -02:00
Kconfig [media] Kconfig: Re-enable Media controller support for DVB 2016-01-11 12:18:40 -02:00
Makefile [media] bq/c-qcam, w9966, pms: move to staging in preparation for removal 2014-12-16 23:21:44 -02:00
media-device.c Revert "[media] Postpone the addition of MEDIA_IOC_G_TOPOLOGY" 2016-01-25 07:29:43 -02:00
media-devnode.c [media] media: Fix media_open() to clear filp->private_data in error leg 2016-02-01 13:21:33 -02:00
media-entity.c [media] media: Media Controller fix to not let stream_count go negative 2016-02-01 13:32:50 -02:00