Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e72d644f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: core: Change return type"

parents 59c03aef 95d14e40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3363,7 +3363,7 @@ static int __cam_isp_ctx_config_dev_in_top_state(
		CAM_INFO(CAM_ISP,
			"request %lld has been flushed, reject packet",
			packet->header.request_id);
		rc = -EINVAL;
		rc = -EBADR;
		goto free_cpu_buf;
	}

+1 −1
Original line number Diff line number Diff line
@@ -3266,7 +3266,7 @@ int cam_req_mgr_schedule_request(
		CAM_INFO(CAM_CRM,
			"request %lld is flushed, last_flush_id to flush %u",
			sched_req->req_id, link->last_flush_id);
		rc = -EINVAL;
		rc = -EBADR;
		goto end;
	}