]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
interconnect: qcom: icc-rpmh: convert link_nodes to dynamic array
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Fri, 31 Oct 2025 14:45:17 +0000 (16:45 +0200)
committerGeorgi Djakov <djakov@kernel.org>
Sun, 2 Nov 2025 21:15:30 +0000 (23:15 +0200)
commitfb6f1aaeb44b48debabfbb25f90565042d46ea6d
tree2862896ffd457d82aeebc0e6bd1f69c1e3c91ef1
parent3a8660878839faadb4f1a6dd72c3179c1df56787
interconnect: qcom: icc-rpmh: convert link_nodes to dynamic array

Declaring link_nodes as a double-pointer results in a syntax sugar in
the interconnect driver to typecast the array. Change the type of
link_nodes field to the array to remove the need for the extra typecast.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20251031-rework-icc-v3-1-0575304c9624@oss.qualcomm.com
Signed-off-by: Georgi Djakov <djakov@kernel.org>
drivers/interconnect/qcom/glymur.c
drivers/interconnect/qcom/icc-rpmh.h
drivers/interconnect/qcom/milos.c
drivers/interconnect/qcom/sa8775p.c