From: Joe Perches Date: Mon, 27 Oct 2014 05:25:00 +0000 (-0300) Subject: [media] dvb-net: Fix probable mask then right shift defects X-Git-Tag: omap-for-v3.19/fixes-rc1~133^2~253 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f491dbe049cc7d8fb4c1cdc7d9fdfac0d1d99869;p=pandora-kernel.git [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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed