]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/video/udlfb.c: use NULL instead of 0
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 23 May 2013 00:36:57 +0000 (10:36 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 27 May 2013 06:08:05 +0000 (16:08 +1000)
commit2f65a316fdc4fddaa333259a1da2335406599b20
treee634a58f0e4c27c2854791f95bd7654587b79f40
parent32e3bb341268663ab175c4ade1b53fe79fedb11d
drivers/video/udlfb.c: use NULL instead of 0

Pointer variables should be initialized with NULL instead of 0.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/udlfb.c