Loading msm/sde/sde_kms.c +1 −1 Original line number Diff line number Diff line Loading @@ -3013,7 +3013,7 @@ static int _sde_kms_get_splash_data(struct sde_splash_data *data) return -EINVAL; } node1 = of_find_node_by_name(parent, "disp_rdump_region"); node1 = of_find_node_by_name(NULL, "disp_rdump_region"); if (!node1) SDE_DEBUG("failed to find disp ramdump memory reservation\n"); Loading Loading
msm/sde/sde_kms.c +1 −1 Original line number Diff line number Diff line Loading @@ -3013,7 +3013,7 @@ static int _sde_kms_get_splash_data(struct sde_splash_data *data) return -EINVAL; } node1 = of_find_node_by_name(parent, "disp_rdump_region"); node1 = of_find_node_by_name(NULL, "disp_rdump_region"); if (!node1) SDE_DEBUG("failed to find disp ramdump memory reservation\n"); Loading