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:
e5f3d00
)
[media] dvb-net: Fix probable mask then right shift defects
author
Joe Perches
<joe@perches.com>
Mon, 27 Oct 2014 05:25:00 +0000
(
02:25
-0300)
committer
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Mon, 3 Nov 2014 14:40:10 +0000
(12:40 -0200)
Precedence of & and >> is not the same and is not left to right.
shift has higher precedence and should be done after the mask.
Add parentheses around the mask.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-core/dvb_net.c
patch
|
blob
|
history
diff --cc
drivers/media/dvb-core/dvb_net.c
Simple merge