Loading drivers/cam_isp/isp_hw_mgr/cam_ife_hw_mgr.c +1 −10 Original line number Diff line number Diff line Loading @@ -406,9 +406,7 @@ static int cam_ife_hw_mgr_start_hw_res( "Can not start HW:%d resources", hw_intf->hw_idx); goto err; } else CAM_INFO(CAM_ISP, "Started HW:%d", hw_intf->hw_idx); } } else { CAM_ERR(CAM_ISP, "function null"); goto err; Loading Loading @@ -442,8 +440,6 @@ static void cam_ife_hw_mgr_stop_hw_res( hw_intf->hw_ops.stop(hw_intf->hw_priv, isp_hw_res->hw_res[i], sizeof(struct cam_isp_resource_node)); CAM_INFO(CAM_ISP, "Stopped Hw:%d", hw_intf->hw_idx); } else CAM_ERR(CAM_ISP, "stop null"); Loading Loading @@ -655,11 +651,6 @@ static int cam_ife_hw_mgr_free_hw_res( CAM_ERR(CAM_ISP, "Release HW:%d resource id %d failed", hw_intf->hw_idx, isp_hw_res->res_id); else CAM_DBG(CAM_ISP, "Released HW:%d resource id %d", hw_intf->hw_idx, isp_hw_res->res_id); isp_hw_res->hw_res[i] = NULL; } else CAM_ERR(CAM_ISP, "Release null"); Loading drivers/cam_sensor_module/cam_csiphy/cam_csiphy_core.c +2 −1 Original line number Diff line number Diff line Loading @@ -1264,8 +1264,9 @@ int32_t cam_csiphy_core_cfg(void *phy_dev, } CAM_INFO(CAM_CSIPHY, "START_DEV: CSIPHY_IDX: %d, Device_slot: %d, Datarate: %llu, Settletime: %llu", "CAM_START_PHYDEV: CSIPHY_IDX: %d, Device_slot: %d, cp_mode: %d, Datarate: %llu, Settletime: %llu", csiphy_dev->soc_info.index, offset, csiphy_dev->csiphy_info[offset].secure_mode, csiphy_dev->csiphy_info[offset].data_rate, csiphy_dev->csiphy_info[offset].settle_time); Loading Loading
drivers/cam_isp/isp_hw_mgr/cam_ife_hw_mgr.c +1 −10 Original line number Diff line number Diff line Loading @@ -406,9 +406,7 @@ static int cam_ife_hw_mgr_start_hw_res( "Can not start HW:%d resources", hw_intf->hw_idx); goto err; } else CAM_INFO(CAM_ISP, "Started HW:%d", hw_intf->hw_idx); } } else { CAM_ERR(CAM_ISP, "function null"); goto err; Loading Loading @@ -442,8 +440,6 @@ static void cam_ife_hw_mgr_stop_hw_res( hw_intf->hw_ops.stop(hw_intf->hw_priv, isp_hw_res->hw_res[i], sizeof(struct cam_isp_resource_node)); CAM_INFO(CAM_ISP, "Stopped Hw:%d", hw_intf->hw_idx); } else CAM_ERR(CAM_ISP, "stop null"); Loading Loading @@ -655,11 +651,6 @@ static int cam_ife_hw_mgr_free_hw_res( CAM_ERR(CAM_ISP, "Release HW:%d resource id %d failed", hw_intf->hw_idx, isp_hw_res->res_id); else CAM_DBG(CAM_ISP, "Released HW:%d resource id %d", hw_intf->hw_idx, isp_hw_res->res_id); isp_hw_res->hw_res[i] = NULL; } else CAM_ERR(CAM_ISP, "Release null"); Loading
drivers/cam_sensor_module/cam_csiphy/cam_csiphy_core.c +2 −1 Original line number Diff line number Diff line Loading @@ -1264,8 +1264,9 @@ int32_t cam_csiphy_core_cfg(void *phy_dev, } CAM_INFO(CAM_CSIPHY, "START_DEV: CSIPHY_IDX: %d, Device_slot: %d, Datarate: %llu, Settletime: %llu", "CAM_START_PHYDEV: CSIPHY_IDX: %d, Device_slot: %d, cp_mode: %d, Datarate: %llu, Settletime: %llu", csiphy_dev->soc_info.index, offset, csiphy_dev->csiphy_info[offset].secure_mode, csiphy_dev->csiphy_info[offset].data_rate, csiphy_dev->csiphy_info[offset].settle_time); Loading