]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cfb_console.c: checkpatch cleanup
authorWolfgang Denk <wd@denx.de>
Sat, 30 Jul 2011 12:48:09 +0000 (12:48 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 1 Aug 2011 13:03:07 +0000 (15:03 +0200)
commit579129398605fbde65b1612ad01d81874ac411ae
treee3117ebb904ccdd18de2245b0afb1f79823a0493
parent72c65f6f6dab7a0a46d5e7db03c20bc18865181f
cfb_console.c: checkpatch cleanup

Fix the following:

ERROR: do not initialise statics to 0 or NULL
ERROR: do not use assignment in if condition

Signed-off-by: Wolfgang Denk <wd@denx.de>
drivers/video/cfb_console.c