Skip to content
Commit 160ac0ba authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] omap: simplify test logic



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: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 1b21e218
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment