Loading drivers/soc/qcom/msm_bus/msm_bus_fabric_rpmh.c +5 −0 Original line number Diff line number Diff line Loading @@ -550,6 +550,11 @@ int msm_bus_commit_data(struct list_head *clist) bcm_clist_add(node); } if (!cur_rsc) { MSM_BUS_ERR("%s: Error for cur_rsc is NULL.\n", __func__); return ret; } cur_mbox = cur_rsc->rscdev->mbox; cur_bcm_clist = cur_rsc->rscdev->bcm_clist; Loading Loading
drivers/soc/qcom/msm_bus/msm_bus_fabric_rpmh.c +5 −0 Original line number Diff line number Diff line Loading @@ -550,6 +550,11 @@ int msm_bus_commit_data(struct list_head *clist) bcm_clist_add(node); } if (!cur_rsc) { MSM_BUS_ERR("%s: Error for cur_rsc is NULL.\n", __func__); return ret; } cur_mbox = cur_rsc->rscdev->mbox; cur_bcm_clist = cur_rsc->rscdev->bcm_clist; Loading