diff options
| author | Joe Perches <joe@perches.com> | 2014-10-27 08:25:00 +0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-03 17:40:10 +0300 |
| commit | f491dbe049cc7d8fb4c1cdc7d9fdfac0d1d99869 (patch) | |
| tree | b1d6bded805070e95ed833bb63270e9edbc212d9 /include | |
| parent | e5f3d00c243177f4d7a0e86d17b7eaefd4a0c908 (diff) | |
| download | linux-f491dbe049cc7d8fb4c1cdc7d9fdfac0d1d99869.tar.xz | |
[media] dvb-net: Fix probable mask then right shift defects
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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
