linux/drivers/media/i2c/cx25840
Joe Perches 85273c382e [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>
2014-11-11 08:44:08 -02:00
..
cx25840-audio.c
cx25840-core.c [media] cx25840/cx18: Use standard ordering of mask and shift 2014-11-11 08:44:08 -02:00
cx25840-core.h [media] cx25840: remove the v4l2-chip-ident.h include 2013-06-17 08:52:44 -03:00
cx25840-firmware.c [media] cx25840: convert max_buf_size var to lowercase 2014-11-03 15:56:49 -02:00
cx25840-ir.c [media] cx25840: Spelling s/compuations/computations/ 2014-08-21 15:25:32 -05:00
cx25840-vbi.c
Kconfig
Makefile