From: Laurent Pinchart Date: Wed, 28 Aug 2013 16:40:57 +0000 (-0300) Subject: [media] v4l: omap4iss: Fix operators precedence in ternary operators X-Git-Tag: v3.14-rc1~20^2~324 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd782f9d6d6c4a713b5cc5ccc0bb65f86e294b2f;p=pandora-kernel.git [media] v4l: omap4iss: Fix operators precedence in ternary operators The ternary operator ? : has a low precedence. Use parenthesis where needed. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed