160ac0babc
instead of testing bools if they are false or true, just use if (!foo) or if (foo). That makes the code easier to read and shorter. Also, properly initialize booleans with true or false. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
omap_vout.c | ||
omap_vout_vrfb.c | ||
omap_vout_vrfb.h | ||
omap_voutdef.h | ||
omap_voutlib.c | ||
omap_voutlib.h |