From: Joe Perches Date: Mon, 27 Oct 2014 05:25:01 +0000 (-0300) Subject: [media] cx25840/cx18: Use standard ordering of mask and shift X-Git-Tag: omap-for-v3.19/fixes-rc1~133^2~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85273c382e185236241f21e0d468f86ca76c1546;p=pandora-kernel.git [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 Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed