[COMMON] media: smfc: compare the conditions clearly
authorCho KyongHo <pullip.cho@samsung.com>
Tue, 27 Dec 2016 11:29:11 +0000 (20:29 +0900)
committerSeungchul Kim <sc377.kim@samsung.com>
Mon, 28 May 2018 05:31:22 +0000 (14:31 +0900)
commit6abefca79a125a8cbb5e3550669eb9eb47c2e1ce
tree8d4959df3e1616e0b5829d7a9a22b84140f6cca7
parent04a2b76dcebc47b8224e7d92f80e35455a81e209
[COMMON] media: smfc: compare the conditions clearly

The recent versions of the compilers(e.g. GCC 5.3) warn that a unary
operator may be used without a care. Therefore, we should wrap the
operator and its operands with parenthesis to show clear precedence.

Change-Id: Ibc7e758dd67e62182a120bc705a561586a521c70
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
drivers/media/platform/exynos/smfc/smfc.h