git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64e49cb
)
[media] drx-j: Simplify logic expressions
author
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Fri, 17 Jan 2014 09:40:47 +0000
(06:40 -0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Tue, 4 Mar 2014 17:28:37 +0000
(14:28 -0300)
Don't need to test boolean x == true or x == false.
That makes the code more compact.
patch generated with make coccicheck and manually reviewed.
While here, remove uneeded ';'.
Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
No differences found