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

[media] via-camera: simplify boolean tests



Instead of using if (foo == false), just use
if (!foo).

That allows a faster mental parsing when analyzing the
code.

Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 160ac0ba
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment