Loading drivers/media/platform/msm/camera_v2/common/cam_smmu_api.c +2 −1 Original line number Diff line number Diff line Loading @@ -794,8 +794,9 @@ static int cam_smmu_map_buffer_and_add_to_list(int idx, int ion_fd, rc = msm_dma_map_sg_lazy(iommu_cb_set.cb_info[idx].dev, table->sgl, table->nents, dma_dir, buf); if (!rc) { if (rc != table->nents) { pr_err("Error: msm_dma_map_sg_lazy failed\n"); rc = -ENOMEM; goto err_unmap_sg; } Loading Loading
drivers/media/platform/msm/camera_v2/common/cam_smmu_api.c +2 −1 Original line number Diff line number Diff line Loading @@ -794,8 +794,9 @@ static int cam_smmu_map_buffer_and_add_to_list(int idx, int ion_fd, rc = msm_dma_map_sg_lazy(iommu_cb_set.cb_info[idx].dev, table->sgl, table->nents, dma_dir, buf); if (!rc) { if (rc != table->nents) { pr_err("Error: msm_dma_map_sg_lazy failed\n"); rc = -ENOMEM; goto err_unmap_sg; } Loading