]> 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, 27 Jun 2013 23:50:53 +0000 (09:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 06:37:10 +0000 (16:37 +1000)
commit632a3e897de47ae31754cdaa56b6842678bf4b35
tree8256a6b3c201afb8134c2a7a8e422090b78a9b55
parent799c1ca554f815490c092b5ba23a8442009bf23f
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