commit | 68c2d645ebbd4a636cf93ed56f15912bcf9376bc | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Oct 05 15:58:27 2017 +0300 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Tue Oct 10 11:22:55 2017 -0700 |
tree | 3c354cf031fb542d0471b1d44116b6ee49feea64 | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e [diff] |
remoteproc: imx_rproc: fix a couple off by one bugs The priv->mem[] array has IMX7D_RPROC_MEM_MAX elements so the > should be >= to avoid writing one element beyond the end of the array. Fixes: a0ff4aa6f010 ("remoteproc: imx_rproc: add a NXP/Freescale imx_rproc driver") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>