embro_cc: Shut up some coverity warning
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 13 Jul 2016 04:16:34 +0000 (13:16 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 13 Jul 2016 04:19:01 +0000 (13:19 +0900)
commit3d16cdc67e66642e12279edeb5c90438e9dc7f21
treeec13abdd6cc8c55bef967fed019a75f13496f9c6
parentbed1e28d8505f9c013ef3f7b5edeb284c2736855
embro_cc: Shut up some coverity warning

CID 1039677 1039678 1039679

The expression's value does not depend on the operands; often,
this represents an inadvertent logic error.

In doarg: An operation with non-constant operands that
computes a result with constant value (CWE-569)

cell is defined as an int, not a long, so it can't be > INT_MAX.
src/bin/embryo/embryo_cc_amx.h
src/bin/embryo/embryo_cc_sc1.c