a0db9c0a52
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> |
||
---|---|---|
.. | ||
bcm2048 | ||
cec | ||
cxd2099 | ||
davinci_vpfe | ||
lirc | ||
omap4iss | ||
pulse8-cec | ||
s5p-cec | ||
tw686x-kh | ||
Kconfig | ||
Makefile |