Loading drivers/media/platform/msm/camera/cam_cpas/cpas_top/cam_cpastop_hw.c +2 −1 Original line number Diff line number Diff line Loading @@ -405,7 +405,8 @@ static void cam_cpastop_work(struct work_struct *work) if ((payload->irq_status & camnoc_info->irq_err[i].sbm_port) && (camnoc_info->irq_err[i].enable)) { irq_type = camnoc_info->irq_err[i].irq_type; CAM_ERR(CAM_CPAS, "Error occurred, type=%d", irq_type); CAM_ERR_RATE_LIMIT(CAM_CPAS, "Error occurred, type=%d", irq_type); memset(&irq_data, 0x0, sizeof(irq_data)); irq_data.irq_type = (enum cam_camnoc_irq_type)irq_type; Loading drivers/media/platform/msm/camera/cam_smmu/cam_smmu_api.c +1 −1 Original line number Diff line number Diff line Loading @@ -531,7 +531,7 @@ static int cam_smmu_iommu_fault_handler(struct iommu_domain *domain, } if (++iommu_cb_set.cb_info[idx].pf_count > g_num_pf_handled) { CAM_INFO(CAM_SMMU, "PF already handled %d %d %d", CAM_INFO_RATE_LIMIT(CAM_SMMU, "PF already handled %d %d %d", g_num_pf_handled, idx, iommu_cb_set.cb_info[idx].pf_count); return -EINVAL; Loading Loading
drivers/media/platform/msm/camera/cam_cpas/cpas_top/cam_cpastop_hw.c +2 −1 Original line number Diff line number Diff line Loading @@ -405,7 +405,8 @@ static void cam_cpastop_work(struct work_struct *work) if ((payload->irq_status & camnoc_info->irq_err[i].sbm_port) && (camnoc_info->irq_err[i].enable)) { irq_type = camnoc_info->irq_err[i].irq_type; CAM_ERR(CAM_CPAS, "Error occurred, type=%d", irq_type); CAM_ERR_RATE_LIMIT(CAM_CPAS, "Error occurred, type=%d", irq_type); memset(&irq_data, 0x0, sizeof(irq_data)); irq_data.irq_type = (enum cam_camnoc_irq_type)irq_type; Loading
drivers/media/platform/msm/camera/cam_smmu/cam_smmu_api.c +1 −1 Original line number Diff line number Diff line Loading @@ -531,7 +531,7 @@ static int cam_smmu_iommu_fault_handler(struct iommu_domain *domain, } if (++iommu_cb_set.cb_info[idx].pf_count > g_num_pf_handled) { CAM_INFO(CAM_SMMU, "PF already handled %d %d %d", CAM_INFO_RATE_LIMIT(CAM_SMMU, "PF already handled %d %d %d", g_num_pf_handled, idx, iommu_cb_set.cb_info[idx].pf_count); return -EINVAL; Loading