linux/drivers/media
Peter Senna Tschudin f5ca8c24ec [media] fc001[23]: Change variable type to bool
The variable vco_select is only assigned the values true and false.
Change its type to bool.
The simplified semantic patch that find this problem is as
follows (http://coccinelle.lip6.fr/):
@exists@
type T;
identifier b;
@@
- T
+ bool
  b = ...;
  ... when any
  b = \(true\|false\)

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Acked-by: Hans-Frieder Vogt <hfvogt@gmx.net>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2013-10-02 06:48:14 -03:00
..
common [media] sms: fix randconfig building error 2013-08-24 06:57:20 -03:00
dvb-core [media] media: dvb-core: prepare for enabling irq in complete() 2013-10-02 06:48:13 -03:00
dvb-frontends [media] mb86a20s: Fix TS parallel mode 2013-08-22 12:06:29 -03:00
firewire
i2c [media] ml86v7667: fix compile warning: 'ret' set but not used 2013-09-03 09:24:17 -03:00
mmc
parport
pci [media] cx88: Fix regression: CX88_AUDIO_WM8775 can't be 0 2013-09-03 09:24:22 -03:00
platform [media] videobuf2-dma-sg: Replace vb2_dma_sg_desc with sg_table 2013-09-26 07:33:59 -03:00
radio Remove GENERIC_HARDIRQ config option 2013-09-13 15:09:52 +02:00
rc [media] media: rc: rdev->open or rdev->close can be NULL 2013-08-23 05:41:23 -03:00
tuners [media] fc001[23]: Change variable type to bool 2013-10-02 06:48:14 -03:00
usb [media] stk1135: fix two warnings added by changeset 76e0598 2013-10-02 06:48:13 -03:00
v4l2-core [media] videobuf2: Add debug print for the output buffer plane lengths checks 2013-09-26 07:34:41 -03:00
Kconfig
Makefile
media-device.c
media-devnode.c
media-entity.c [media] media: Add support for circular graph traversal 2013-08-18 07:16:48 -03:00