Loading drivers/media/platform/msm/sde/rotator/sde_rotator_base.c +1 −1 Original line number Diff line number Diff line Loading @@ -520,7 +520,7 @@ static int sde_mdp_parse_dt_handler(struct platform_device *pdev, rc = of_property_read_u32_array(pdev->dev.of_node, prop_name, offsets, len); if (rc) { SDEROT_ERR("Error from prop %s : u32 array read\n", prop_name); SDEROT_DBG("Error from prop %s : u32 array read\n", prop_name); return -EINVAL; } Loading Loading
drivers/media/platform/msm/sde/rotator/sde_rotator_base.c +1 −1 Original line number Diff line number Diff line Loading @@ -520,7 +520,7 @@ static int sde_mdp_parse_dt_handler(struct platform_device *pdev, rc = of_property_read_u32_array(pdev->dev.of_node, prop_name, offsets, len); if (rc) { SDEROT_ERR("Error from prop %s : u32 array read\n", prop_name); SDEROT_DBG("Error from prop %s : u32 array read\n", prop_name); return -EINVAL; } Loading