diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-03 20:39:01 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-03 22:59:24 +0200 |
commit | 1b21e2187adea385d9de53c8c861d9f56ea5bebe (patch) | |
tree | 925aca7272cdfe38f1e8ce5e09d75385b2066f7f /kernel/debug | |
parent | [media] lm3560: simplify boolean tests (diff) | |
download | linux-1b21e2187adea385d9de53c8c861d9f56ea5bebe.tar.xz linux-1b21e2187adea385d9de53c8c861d9f56ea5bebe.zip |
[media] lm3560: simplify a boolean test
lml33dpatch is boolean. So, the possible values are
true or false.
Instead of using if (lml33dpath), just use
if (!lml33dpath).
That allows a faster mental parsing when analyzing the
code.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'kernel/debug')
0 files changed, 0 insertions, 0 deletions