intel: gen decoder: don't check for size_t negative values
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Mon, 8 May 2017 17:47:06 +0000 (18:47 +0100)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Tue, 9 May 2017 12:54:08 +0000 (13:54 +0100)
commit4201b7d1bf4f3358c944065dd79c07fbdf561dbb
tree111192240440c0f7e522d48483c0dfb83bdbd595
parentbac80635af061ee4b6cb681c6ccf75cd174408d6
intel: gen decoder: don't check for size_t negative values

We should get either 0 or 1 here.

CID: 1373562 (Control flow issues)

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Matt Turner <mattst88@gmail.com>
src/intel/common/gen_decoder.c