Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'icc-7.0-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-linus

interconnect fix for v7.0-rc

This contains one driver fix for the current cycle.

- interconnect: qcom: sm8450: Fix NULL pointer dereference in icc_link_nodes()

Signed-off-by: Georgi Djakov <djakov@kernel.org>

* tag 'icc-7.0-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/djakov/icc:
interconnect: qcom: sm8450: Fix NULL pointer dereference in icc_link_nodes()

+2 -2
+2 -2
drivers/interconnect/qcom/sm8450.c
··· 800 800 .channels = 1, 801 801 .buswidth = 4, 802 802 .num_links = 1, 803 - .link_nodes = { MASTER_CDSP_NOC_CFG }, 803 + .link_nodes = { &qhm_nsp_noc_config }, 804 804 }; 805 805 806 806 static struct qcom_icc_node qhs_cpr_cx = { ··· 874 874 .channels = 1, 875 875 .buswidth = 4, 876 876 .num_links = 1, 877 - .link_nodes = { MASTER_CNOC_LPASS_AG_NOC }, 877 + .link_nodes = { &qhm_config_noc }, 878 878 }; 879 879 880 880 static struct qcom_icc_node qhs_mss_cfg = {