Loading msm/msm_drv.c +3 −2 Original line number Diff line number Diff line Loading @@ -1839,8 +1839,9 @@ static int add_components_mdp(struct device *mdp_dev, if (!intf) continue; drm_of_component_match_add(master_dev, matchptr, compare_of, intf); if (of_device_is_available(intf)) drm_of_component_match_add(master_dev, matchptr, compare_of, intf); of_node_put(intf); } Loading Loading
msm/msm_drv.c +3 −2 Original line number Diff line number Diff line Loading @@ -1839,8 +1839,9 @@ static int add_components_mdp(struct device *mdp_dev, if (!intf) continue; drm_of_component_match_add(master_dev, matchptr, compare_of, intf); if (of_device_is_available(intf)) drm_of_component_match_add(master_dev, matchptr, compare_of, intf); of_node_put(intf); } Loading