linux/drivers/staging/media
sayli karnik a0db9c0a52 staging: media: davinci_vpfe: Replace explicit NULL comparison with ! operator
This patch replaces the explicit NULL comparisons with ! operator.
It was found using Coccinelle:

@disable is_null@
expression e;
@@
- e == NULL
+ !e

Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-09-17 23:36:53 +02:00
..
bcm2048 [media] Staging: media: bcm2048: defined region_configs[] array as const array 2016-04-20 16:05:35 -03:00
cec [media] cec: fix off-by-one memset 2016-07-28 20:16:35 -03:00
cxd2099 staging: Remove <linux/moduleparam.h> header. 2015-03-01 17:09:52 -08:00
davinci_vpfe staging: media: davinci_vpfe: Replace explicit NULL comparison with ! operator 2016-09-17 23:36:53 +02:00
lirc staging: media: lirc: lirc_imon: Fix alignment with the open parenthesis 2016-09-16 09:51:23 +02:00
omap4iss [media] vb2: replace void *alloc_ctxs by struct device *alloc_devs 2016-07-08 14:45:07 -03:00
pulse8-cec [media] pulse8-cec: fix non static symbol warning 2016-07-13 11:15:07 -03:00
s5p-cec [media] s5p-cec/TODO: add TODO item 2016-07-15 13:21:45 -03:00
tw686x-kh [media] vb2: replace void *alloc_ctxs by struct device *alloc_devs 2016-07-08 14:45:07 -03:00
Kconfig [media] staging: add MEDIA_SUPPORT dependency 2016-07-28 20:16:16 -03:00
Makefile [media] pulse8-cec: new driver for the Pulse-Eight USB-CEC Adapter 2016-07-12 13:43:14 -03:00