commit | ad7b8c0227ef18b29256e063d788e206c1466ac2 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Wed Sep 03 16:19:29 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Wed Sep 03 17:59:23 2014 -0300 |
tree | 0273d7ca25d6da62c1e563617987cb5e7cf3beea | |
parent | 61f6a0569c6ce563accb8f415373756febe62752 [diff] |
[media] msi2500: 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: Mauro Carvalho Chehab <m.chehab@samsung.com>