interconnect: imx: fix max_node_id
authorPeng Fan <peng.fan@nxp.com>
Sun, 3 Jul 2022 09:11:26 +0000 (17:11 +0800)
committerGeorgi Djakov <djakov@kernel.org>
Fri, 15 Jul 2022 14:53:04 +0000 (17:53 +0300)
commitbd734481e172b4827af09c9ab06c51d2ab7201e6
tree2d0aef4c3cafb00b26db176c93d610570ac0498c
parent2fcfa72fc13f0203bb676bd1ec30ec85e17855be
interconnect: imx: fix max_node_id

max_node_id not equal to the ARRAY_SIZE of node array, need increase 1,
otherwise xlate will fail for the last entry. And rename max_node_id
to num_nodes to reflect the reality.

Fixes: f0d8048525d7d ("interconnect: Add imx core driver")
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20220703091132.1412063-5-peng.fan@oss.nxp.com
Signed-off-by: Georgi Djakov <djakov@kernel.org>
drivers/interconnect/imx/imx.c