commit | 5a7f7b79d80ee8ee9f54055f1ba56fae1644b4ec | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Wed Sep 03 15:23:57 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Wed Sep 03 17:59:23 2014 -0300 |
tree | 4a389b957a617f42d583dae8b47e1343f9cd8893 | |
parent | ad7b8c0227ef18b29256e063d788e206c1466ac2 [diff] |
[media] drxk_hard: simplify test logic instead of testing if it is 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>