From: Márton Németh Date: Sun, 28 Feb 2010 14:34:35 +0000 (-0300) Subject: V4L/DVB: nGene: use NULL when pointer is needed X-Git-Tag: v2.6.35-rc1~480^2~414 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b1fc72c2fdeb91565f4969397757ee938cce67e;p=pandora-kernel.git V4L/DVB: nGene: use NULL when pointer is needed Use NULL when calling a function with pointer parameter, initializing a pointer and returning a pointer. This will remove the following sparse warning at different locations (see "make C=1"): * warning: Using plain integer as NULL pointer Signed-off-by: Márton Németh Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed