mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
61ca1500c5
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> |
||
---|---|---|
.. | ||
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 |