aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2014-10-27 02:25:01 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-11-11 08:44:08 -0200
commit85273c382e185236241f21e0d468f86ca76c1546 (patch)
treeeb537cc688a7c150355a9f45375b6cfc4611c34b /kernel/printk
parent7041bc997db6a29af74499938987160bbe6654ef (diff)
[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 'kernel/printk')
0 files changed, 0 insertions, 0 deletions