[media] v4l: omap4iss: Fix operators precedence in ternary operators
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 28 Aug 2013 16:40:57 +0000 (13:40 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 11 Dec 2013 08:56:44 +0000 (06:56 -0200)
The ternary operator ? : has a low precedence. Use parenthesis where
needed.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

No differences found