ASoC: qdsp6: q6routing: off by one in routing_hw_params()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 13 Jul 2018 15:11:04 +0000 (18:11 +0300)
committerMark Brown <broonie@kernel.org>
Fri, 13 Jul 2018 15:26:20 +0000 (16:26 +0100)
commit090345ce7265dd111299e3a63cdc79c3ef924481
tree9b8953ab4b948fdf41c8118b09203fbc7b8dad6e
parentb8110a87b75f948d978c06e130cc68026645c4a1
ASoC: qdsp6: q6routing: off by one in routing_hw_params()

The data->port_data[] array has AFE_MAX_PORTS elements so the check
should be >= instead of > or we write one element beyond the end of the
array.

Fixes: e3a33673e845 ("ASoC: qdsp6: q6routing: Add q6routing driver")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/qdsp6/q6routing.c