]> 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>
Wed, 19 Jun 2013 00:05:27 +0000 (10:05 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 19 Jun 2013 07:12:42 +0000 (17:12 +1000)
commit94d8898740f31f191212b78e8cf2a01b7e07dc70
treee8d80bd6474e64660f18c24a5fca530ccdbff567
parent639c9d8d22a38371e22b907a6e52ae90efb9620b
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