Loading arch/arm/mach-msm/msm_bus/msm_bus_of.c +2 −2 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ struct msm_bus_scale_pdata *msm_bus_cl_get_pdata(struct platform_device *pdev) of_node = pdev->dev.of_node; pdata = get_pdata(pdev, of_node); if (!pdata) { pr_err("Error getting bus pdata!\n"); pr_err("client has to provide missing entry for successful registration\n"); return NULL; } Loading Loading @@ -214,7 +214,7 @@ struct msm_bus_scale_pdata *msm_bus_pdata_from_node( pdata = get_pdata(pdev, of_node); if (!pdata) { pr_err("Error getting bus pdata!\n"); pr_err("client has to provide missing entry for successful registration\n"); return NULL; } Loading Loading
arch/arm/mach-msm/msm_bus/msm_bus_of.c +2 −2 Original line number Diff line number Diff line Loading @@ -173,7 +173,7 @@ struct msm_bus_scale_pdata *msm_bus_cl_get_pdata(struct platform_device *pdev) of_node = pdev->dev.of_node; pdata = get_pdata(pdev, of_node); if (!pdata) { pr_err("Error getting bus pdata!\n"); pr_err("client has to provide missing entry for successful registration\n"); return NULL; } Loading Loading @@ -214,7 +214,7 @@ struct msm_bus_scale_pdata *msm_bus_pdata_from_node( pdata = get_pdata(pdev, of_node); if (!pdata) { pr_err("Error getting bus pdata!\n"); pr_err("client has to provide missing entry for successful registration\n"); return NULL; } Loading