Loading drivers/media/platform/msm/camera_v2/ispif/msm_ispif.c +0 −5 Original line number Diff line number Diff line Loading @@ -258,11 +258,6 @@ static int msm_ispif_clk_ahb_enable(struct ispif_device *ispif, int enable) { int rc = 0; if (ispif->csid_version < CSID_VERSION_V30) { /* Older ISPIF versiond don't need ahb clokc */ return 0; } rc = msm_ispif_get_ahb_clk_info(ispif, ispif->pdev, ispif_8974_ahb_clk_info); if (rc < 0) { Loading Loading
drivers/media/platform/msm/camera_v2/ispif/msm_ispif.c +0 −5 Original line number Diff line number Diff line Loading @@ -258,11 +258,6 @@ static int msm_ispif_clk_ahb_enable(struct ispif_device *ispif, int enable) { int rc = 0; if (ispif->csid_version < CSID_VERSION_V30) { /* Older ISPIF versiond don't need ahb clokc */ return 0; } rc = msm_ispif_get_ahb_clk_info(ispif, ispif->pdev, ispif_8974_ahb_clk_info); if (rc < 0) { Loading