Re: [PATCH] interconnect: qcom: sm8350: Use the correct ids

2021-04-01 Thread Alex Elder
On 4/1/21 4:43 AM, Georgi Djakov wrote: For creating an array with the members for each NoC, we should be using a local indexes, as otherwise unnecessary large arrays would be created. Using an incorrect indexes will also result error for the consumers when they try to find a valid path between t

[PATCH] interconnect: qcom: sm8350: Use the correct ids

2021-04-01 Thread Georgi Djakov
For creating an array with the members for each NoC, we should be using a local indexes, as otherwise unnecessary large arrays would be created. Using an incorrect indexes will also result error for the consumers when they try to find a valid path between the endpoints. Let's fix this and use the c