ASoC: cygnus: Remove unnecessary active_slots check
commit4c75968a1bbfb3f190e2e624c83929451e4730ac
authorChristos Gkekas <chris.gekas@gmail.com>
Sun, 8 Oct 2017 18:20:30 +0000 (8 19:20 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 9 Oct 2017 08:41:05 +0000 (9 09:41 +0100)
treeb608fcc8b48b74a0e40dd7d958b9d65dcd94a9a6
parent934e4885cb958566a34124e5a1dad2f9212a8ec6
ASoC: cygnus: Remove unnecessary active_slots check

Variable active_slots is unsigned so checking whether it is less than
zero is not necessary.

Signed-off-by: Christos Gkekas <chris.gekas@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/bcm/cygnus-ssp.c