[Tranform] Fix coverity issue 1029522
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 21 Sep 2018 02:13:41 +0000 (11:13 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Fri, 21 Sep 2018 04:10:45 +0000 (13:10 +0900)
commit136b44168ed4cea5a3d9e232aeab5d3fbc1555d3
tree225d75ffe135e8b788251d9c7e97ec1e699ca332
parent9192f8bcea78e90b5fc2d21efb9fe86a8a9bd018
[Tranform] Fix coverity issue 1029522

unsigned values cannot be <0 checking it whether it's >=0 or not is meaningless

addressing one more item of #558

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
gst/tensor_transform/tensor_transform.c