diff options
author | Joe Perches <joe@perches.com> | 2014-10-27 05:25:01 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-11 10:44:08 (GMT) |
commit | 85273c382e185236241f21e0d468f86ca76c1546 (patch) | |
tree | eb537cc688a7c150355a9f45375b6cfc4611c34b /crypto/authenc.c | |
parent | 7041bc997db6a29af74499938987160bbe6654ef (diff) | |
download | linux-85273c382e185236241f21e0d468f86ca76c1546.tar.xz |
[media] cx25840/cx18: Use standard ordering of mask and shift
Precedence of & and >> is not the same and is not left to right.
shift has higher precedence and should be done after the mask.
This use has a mask then shift which is not the normal style.
Move the shift before the mask to match nearly all the other
uses in kernel.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'crypto/authenc.c')
0 files changed, 0 insertions, 0 deletions