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:
8510ae4
)
[media] snd_tea575x: precedence bug in fmr2_tea575x_get_pins()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 22 Aug 2013 16:07:17 +0000
(13:07 -0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Mon, 14 Oct 2013 09:23:38 +0000
(06:23 -0300)
The "|" operation has higher precedence that "?:" so this couldn't
return both flags set at once as intended.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
No differences found