MLK-20189 sound: asoc: fix unsigned compared against 0
authorCosmin-Gabriel Samoila <cosmin.samoila@nxp.com>
Tue, 13 Nov 2018 12:05:56 +0000 (14:05 +0200)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commita1fa8af01c92c9d6dd890646c667baee53e89458
tree2dbac11d1c00f46c293ce29c0d58e9ebeebc4342
parent3a03eb33d8d56145d5e815e405a022452f8ab9b8
MLK-20189 sound: asoc: fix unsigned compared against 0

An unsigned value can never be negative, so this test will always
evaluate the same way.

Fixes Coverity issue CID3618200

Reviewed-by: Viorel Suman <viorel.suman@nxp.com>
Signed-off-by: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com>
(cherry picked from commit 3055c2dfd959a72464efcc225861e398f666c4dd)
sound/soc/fsl/fsl_micfil.c