linux-stable-rt/drivers/media/video/saa7164
Peter Huewe 61ca1500c5 [media] video/saa7164: Fix sparse warning: Using plain integer as NULL pointer
This patch fixes the warning "Using plain integer as NULL pointer",
generated by sparse, by replacing
	if (var == 0)
with
	if (!var)
after an allocation
and all other offending 0s with NULL.

KernelVersion: linus' tree-1f0324c

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2011-03-21 20:32:19 -03:00
..
Kconfig
Makefile
saa7164-api.c
saa7164-buffer.c
saa7164-bus.c
saa7164-cards.c
saa7164-cmd.c
saa7164-core.c
saa7164-dvb.c
saa7164-encoder.c
saa7164-fw.c
saa7164-i2c.c
saa7164-reg.h
saa7164-types.h
saa7164-vbi.c
saa7164.h